diff options
Diffstat (limited to 'graphics/pstoedit/Makefile')
-rw-r--r-- | graphics/pstoedit/Makefile | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/graphics/pstoedit/Makefile b/graphics/pstoedit/Makefile index 342f048f664..6642462a17c 100644 --- a/graphics/pstoedit/Makefile +++ b/graphics/pstoedit/Makefile @@ -1,18 +1,17 @@ -# $NetBSD: Makefile,v 1.8 2002/03/13 17:37:16 fredb Exp $ +# $NetBSD: Makefile,v 1.9 2002/05/07 13:18:26 itohy Exp $ -DISTNAME= pstoedit_3_20 -PKGNAME= pstoedit-3.20 -PKGREVISION= 1 +DISTNAME= pstoedit_3_31 +PKGNAME= pstoedit-3_31 CATEGORIES= converters graphics print -MASTER_SITES= http://www.geocities.com/SiliconValley/Network/1958/pstoedit/ +MASTER_SITES= http://home.t-online.de/home/helga.glunz/wglunz/pstoedit/ EXTRACT_SUFX= .zip MAINTAINER= packages@netbsd.org -HOMEPAGE= http://www.geocities.com/SiliconValley/Network/1958/pstoedit/ +HOMEPAGE= http://www.pstoedit.net/ COMMENT= Convert PostScript / PDF into various vector graphic formats # Requires C++ support of plotutils. -DEPENDS+= plotutils>=2.4.1nb1:../../graphics/plotutils +DEPENDS+= plotutils>=2.4.1:../../graphics/plotutils # Any ghostscript pkg will probably do, if not a font pkg. DEPENDS+= ghostscript-[^f]*:../../print/ghostscript @@ -20,13 +19,15 @@ RESTRICTED?= "The author writes: If you include this program on a CDROM, please NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} -WRKSRC= ${WRKDIR}/pstoedit_3.20/src +WRKSRC= ${WRKDIR}/pstoedit_3.31/src +USE_LIBTOOL= yes GNU_CONFIGURE= yes +CONFIGURE_ENV+= LIBTOOL="${LIBTOOL}" LIBPLOTTERLA="${X11BASE}/lib/libplotter.la" CONFIGURE_ENV+= CXXFLAGS="${CFLAGS} -Dunix" CONFIGURE_ENV+= LDLIBS="-Wl,-R${X11BASE}/lib -L${X11BASE}/lib" CONFIGURE_ENV+= AWK=${AWK} GS=${PREFIX}/bin/gs -CONFIGURE_ARGS+=--datadir=${PREFIX}/share/pstoedit +CONFIGURE_ARGS+=--datadir=${PREFIX}/share CONFIGURE_ARGS+=--libdir=${PREFIX}/lib/pstoedit # plugin dir -- unused for now ALL_TARGET= |