[Midnightbsd-cvs] mports: Makefile: gpl2 Modernize port...

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Aug 20 16:29:14 EDT 2008


Log Message:
-----------
gpl2

Modernize port... get rid of X11BASE, USE_XORG

Modified Files:
--------------
    mports/x11/wterm:
        Makefile (r1.4 -> r1.5)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/x11/wterm/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -L x11/wterm/Makefile -L x11/wterm/Makefile -u -r1.4 -r1.5
--- x11/wterm/Makefile
+++ x11/wterm/Makefile
@@ -8,26 +8,25 @@
 
 PORTNAME=	wterm
 PORTVERSION=	6.2.9
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11 windowmaker
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR=	${PORTNAME}
+MASTER_SITES=	SF
 
 MAINTAINER=	luke at MidnightBSD.org
 COMMENT=	A color vt102 terminal emulator with transparency support
+LICENSE=	gpl2
 
-BUILD_DEPENDS=	${PREFIX}/lib/libWINGs.a:${PORTSDIR}/x11-wm/windowmaker
+BUILD_DEPENDS=	${LOCALBASE}/lib/libWINGs.a:${PORTSDIR}/x11-wm/windowmaker
 
-USE_XLIB=	yes
-USE_XPM=	yes
+USE_XORG=	xpm
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-transparency --enable-xpm-background \
 		--disable-delete-key --disable-backspace-key \
 		--enable-next-scrollbar --enable-utmp --enable-wtmp \
 		--enable-menubar --enable-graphics --with-term=xterm-color \
-		--with-xpm-includes=${X11BASE} --with-xpm-library=${X11BASE} \
+		--with-xpm-includes=${LOCALBASE} --with-xpm-library=${LOCALBASE} \
 		--libdir=${PREFIX}/lib
-CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include/WINGs -L${PREFIX}/lib" LDFLAGS="-L${PREFIX}/lib"
+CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include -L${PREFIX}/lib" LDFLAGS="-L${PREFIX}/lib"
 
 MAN1=		wterm.1
 PLIST_FILES=	bin/wterm


More information about the Midnightbsd-cvs mailing list