mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Stagify.
Approved by: portmgr@
This commit is contained in:
parent
a329a99e0a
commit
d66a853fe8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358910
@ -9,20 +9,17 @@ MASTER_SITES= SF
|
||||
MAINTAINER= johntabularasa@users.sf.net
|
||||
COMMENT= Fetch listings and books from Project Gutenberg
|
||||
|
||||
LIB_DEPENDS= gutenfetch:${PORTSDIR}/devel/libgutenfetch
|
||||
LIB_DEPENDS= libgutenfetch.so:${PORTSDIR}/devel/libgutenfetch
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LIBS+= -L${LOCALBASE}/lib
|
||||
USES= gmake tar:bzip2
|
||||
|
||||
MAN1= gutenfetch.1
|
||||
PLIST_FILES= bin/gutenfetch
|
||||
PLIST_FILES= bin/gutenfetch man/man1/gutenfetch.1.gz
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
NO_STAGE= yes
|
||||
post-install:
|
||||
${STRIP_CMD} ${PREFIX}/bin/gutenfetch
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/gutenfetch
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user