[Midnightbsd-cvs] mports: Makefile: modernize, add license

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Aug 20 16:33:13 EDT 2008


Log Message:
-----------
modernize, add license

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

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/x11/wdm/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -L x11/wdm/Makefile -L x11/wdm/Makefile -u -r1.4 -r1.5
--- x11/wdm/Makefile
+++ x11/wdm/Makefile
@@ -8,7 +8,7 @@
 
 PORTNAME=	wdm
 PORTVERSION=	1.28
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11 windowmaker
 MASTER_SITES=	http://voins.program.ru/wdm/:wdm \
 		http://wolfram.schneider.org/bsd/gif/bsd/:pic_large \
@@ -22,13 +22,14 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	WINGs Display Manager; an xdm replacement
+LICENSE=	gpl2
 
 LIB_DEPENDS=	wraster.4:${PORTSDIR}/x11-wm/windowmaker
 
 NOT_FOR_ARCHS=	sparc64
 
 USE_BZIP2=	yes
-USE_XLIB=	yes
+USE_XORG=	x11 xmu
 GNU_CONFIGURE=	yes
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd6.0
 CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \
@@ -41,8 +42,8 @@
 		--with-Logo=beastie.xpm \
 		--with-gfx-incs=${LOCALBASE}/include \
 		--with-gfx-libs=${LOCALBASE}/lib \
-		--with-defuserpath=/bin:/usr/bin:/sbin:/usr/sbin:${X11BASE}/bin:${LOCALBASE}/bin \
-		--with-defsystempath=/bin:/usr/bin:/sbin:/usr/sbin:${X11BASE}/bin \
+		--with-defuserpath=/bin:/usr/bin:/sbin:/usr/sbin:${LOCALBASE}/bin:${LOCALBASE}/bin \
+		--with-defsystempath=/bin:/usr/bin:/sbin:/usr/sbin:${LOCALBASE}/bin \
 		--with-wmlist=wmaker:afterstep:blackbox:ctwm:enlightenment:fvwm:fvwm2:fvwm95:olvwm:qvwm:tvtwm
 
 MAN1=	wdm.1 wdmLogin.1
@@ -50,8 +51,8 @@
 CPPFLAGS=	-I${LOCALBASE}/include -DCSRG_BASED -DHAS_SETUSERCONTEXT
 LDFLAGS=	-L${LOCALBASE}/lib -lintl
 
-DEF_SERVER?=	${X11BASE}/bin/X
-XRDB_PATH?=	${X11BASE}/bin/xrdb
+DEF_SERVER?=	${LOCALBASE}/bin/X
+XRDB_PATH?=	${LOCALBASE}/bin/xrdb
 
 WDMDIR=		${PREFIX}/lib/X11/wdm
 


More information about the Midnightbsd-cvs mailing list