diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2011-10-18 21:06:04 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2011-10-18 21:06:04 +0800 |
commit | 1766998472347f8b7c7190bb6588d01d71079a9c (patch) | |
tree | 07ccc169925e03a29147ee080384c2a24b8eccd8 /graphics/pstoedit/Makefile | |
parent | 5c4573018c5c49c4f656dc7f141c9236b3c4b63b (diff) | |
download | freebsd-ports-gnome-1766998472347f8b7c7190bb6588d01d71079a9c.tar.gz freebsd-ports-gnome-1766998472347f8b7c7190bb6588d01d71079a9c.tar.zst freebsd-ports-gnome-1766998472347f8b7c7190bb6588d01d71079a9c.zip |
Update to version 3.60
PR: 161638
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'graphics/pstoedit/Makefile')
-rw-r--r-- | graphics/pstoedit/Makefile | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/graphics/pstoedit/Makefile b/graphics/pstoedit/Makefile index 07c974a75ab8..fadda619914c 100644 --- a/graphics/pstoedit/Makefile +++ b/graphics/pstoedit/Makefile @@ -6,14 +6,15 @@ # PORTNAME= pstoedit -PORTVERSION= 3.50 -PORTREVISION= 6 +PORTVERSION= 3.60 CATEGORIES= graphics print -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/ +MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Convert PostScript to other vector graphic formats +LICENSE= GPLv2 + LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd OPTIONS= IMAGEMAGICK "Enable magick++ interface" on \ @@ -25,15 +26,14 @@ USE_GNOME= gnomehack pkgconfig USE_GHOSTSCRIPT= yes USE_AUTOTOOLS= libtool USE_LDCONFIG= yes -MAKE_JOBS_UNSAFE= yes - -MAN1= pstoedit.1 +MAKE_JOBS_UNSAFE=yes CFLAGS+= -DHAVE_LIBGD -CPPFLAGS+= -I${LOCALBASE}/include/ming -I${LOCALBASE}/include \ - -I${LOCALBASE}/include +CPPFLAGS+= -I${LOCALBASE}/include/ming -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +MAN1= pstoedit.1 + .include <bsd.port.options.mk> .if defined(WITHOUT_IMAGEMAGICK) @@ -82,5 +82,9 @@ post-install: @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/*.htm ${DOCSDIR} .endif +.if !defined(NOPORTEXAMPLES) + @${MKDIR} ${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/examples/*.ps ${EXAMPLESDIR} +.endif .include <bsd.port.mk> |