[Midnightbsd-cvs] mports: Makefile: clean up part one of two

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Oct 13 15:11:05 EDT 2008


Log Message:
-----------
clean up part one of two

Modified Files:
--------------
    mports/x11/dgs:
        Makefile (r1.6 -> r1.7)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/x11/dgs/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -L x11/dgs/Makefile -L x11/dgs/Makefile -u -r1.6 -r1.7
--- x11/dgs/Makefile
+++ x11/dgs/Makefile
@@ -8,7 +8,7 @@
 
 PORTNAME=	dgs
 PORTVERSION=	0.5.9.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	dgs
@@ -22,24 +22,28 @@
 		tiff.4:${PORTSDIR}/graphics/tiff
 
 USE_GHOSTSCRIPT_RUN=	yes
-USE_XLIB=	yes
+USE_XORG=	xt sm ice xext x11
 USE_GMAKE=	yes
 USE_GNOME=	glib12
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
+USE_AUTOTOOLS=	libtool:15
 WRKSRC=		${WRKDIR}/${PORTNAME}-0.5.9
 
 MAN1=		dgs.1 dpsnx.agent.1
-MANN=		dpsexec.man xepsf.man
-INSTALLDIRS=	gs DPS/demos/dpsexec DPS/demos/xepsf DPS/lib/dpstk DPS/lib/psres \
-		DPS/clients/makepsres DPS/demos/texteroids
+MANN=		dpsexec.man makepsres.man xepsf.man
+INSTALLDIRS=	gs DPS/clients/makepsres DPS/clients/pswrap \
+		DPS/demos/dpsexec DPS/demos/texteroids DPS/demos/xepsf \
+		DPS/lib/dpstk DPS/lib/psres DPS/lib/dps DPS/include/DPS
 
 .include <bsd.port.pre.mk>
 
 pre-patch:
 	@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} \
 		${REINPLACE_CMD} -e 's|manm|mann|g'
-
+post-patch:
+	${REINPLACE_CMD} -e 's|echo aout|echo elf|' \
+		${WRKSRC}/DPS/ltconfig
 
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/dgs-config ${PREFIX}/bin/
@@ -51,5 +55,4 @@
 		${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${FAKE_MAKEARGS} ${INSTALL_TARGET})
 .endfor
 
-
 .include <bsd.port.post.mk>


More information about the Midnightbsd-cvs mailing list