1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
Approved by:	portmgr@
This commit is contained in:
Vanilla I. Shu 2014-06-23 09:26:46 +00:00
parent a329a99e0a
commit d66a853fe8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358910

View File

@ -9,20 +9,17 @@ MASTER_SITES= SF
MAINTAINER= johntabularasa@users.sf.net MAINTAINER= johntabularasa@users.sf.net
COMMENT= Fetch listings and books from Project Gutenberg COMMENT= Fetch listings and books from Project Gutenberg
LIB_DEPENDS= gutenfetch:${PORTSDIR}/devel/libgutenfetch LIB_DEPENDS= libgutenfetch.so:${PORTSDIR}/devel/libgutenfetch
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib LIBS+= -L${LOCALBASE}/lib
USES= gmake tar:bzip2 USES= gmake tar:bzip2
MAN1= gutenfetch.1 PLIST_FILES= bin/gutenfetch man/man1/gutenfetch.1.gz
PLIST_FILES= bin/gutenfetch
SUB_FILES= pkg-message SUB_FILES= pkg-message
NO_STAGE= yes
post-install: post-install:
${STRIP_CMD} ${PREFIX}/bin/gutenfetch ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/gutenfetch
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk> .include <bsd.port.mk>