mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
- Clarify LICENSE
- Switch to USES=localbase - Switch to options helpers
This commit is contained in:
parent
d715e8a821
commit
99b2f43334
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=408478
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user