Support stage

Fix plist
This commit is contained in:
Baptiste Daroussin 2014-01-21 00:50:09 +00:00
parent 13660ea0b3
commit b0491bc37a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340529
2 changed files with 7 additions and 6 deletions

View File

@ -3,15 +3,18 @@
PORTNAME= libphish
PORTVERSION= 0.1.0
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://download.berlios.de/opdb/ \
http://download2.berlios.de/opdb/ \
MAINTAINER= citycat4@ngs.ru
COMMENT= A cross-platform library to interact with the Open Phishing Database
COMMENT= Cross-platform library to interact with the Open Phishing Database
BUILD_DEPENDS= xmlwf:${PORTSDIR}/textproc/expat2
OPTIONS_DEFINE= DOCS
USE_AUTOTOOLS= libtool
USE_BZIP2= yes
USE_LDCONFIG= yes
@ -20,11 +23,8 @@ GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include -DFreeBSD
LDFLAGS+= -L${LOCALBASE}/lib
NO_STAGE= yes
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
cd ${WRKSRC}/doc && ${INSTALL_DATA} `${LS}` ${DOCSDIR}
.endif
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>

View File

@ -1,3 +1,4 @@
lib/libphish.so
lib/libphish.so.1
lib/libphish.a
lib/libphish.la