summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2016-02-08 11:20:19 +0000
committeramdmi3 <amdmi3@FreeBSD.org>2016-02-08 11:20:19 +0000
commit04997b1689ed7df4ba8a0203e7f485669fb46ab3 (patch)
treee608ca4363bd5fe92b77b3a422558de5613c601d
parenta091708b0e5b496efa213d9f023b4a7700d9e9d2 (diff)
downloadFreeBSD-ports-04997b1689ed7df4ba8a0203e7f485669fb46ab3.zip
FreeBSD-ports-04997b1689ed7df4ba8a0203e7f485669fb46ab3.tar.gz
- Clarify LICENSE
- Switch to USES=localbase - Switch to options helpers
-rw-r--r--graphics/pstoedit/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/graphics/pstoedit/Makefile b/graphics/pstoedit/Makefile
index 754dce7..5a580cb 100644
--- a/graphics/pstoedit/Makefile
+++ b/graphics/pstoedit/Makefile
@@ -10,17 +10,16 @@ MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Convert PostScript to other vector graphic formats
-LICENSE= GPLv2
+LICENSE= GPLv2+
LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd
-USES= ghostscript pathfix pkgconfig libtool
+USES= ghostscript libtool localbase pathfix pkgconfig
GNU_CONFIGURE= yes
MAKE_ENV= INSTALL_STRIP_FLAG="${STRIP}"
USE_LDCONFIG= yes
-CPPFLAGS+= -I${LOCALBASE}/include/ming -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
+CPPFLAGS+= -isystem ${LOCALBASE}/include/ming
PORTDOCS= *
PORTEXAMPLES= *
@@ -56,9 +55,11 @@ post-patch:
post-install:
${INSTALL_MAN} ${WRKSRC}/doc/*.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/
+post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/*.htm ${STAGEDIR}${DOCSDIR}
+post-install-EXAMPLES-on:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/examples/*.ps ${STAGEDIR}${EXAMPLESDIR}
OpenPOWER on IntegriCloud