1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/net/gutenfetch/Makefile
Vanilla I. Shu d66a853fe8 Stagify.
Approved by:	portmgr@
2014-06-23 09:26:46 +00:00

26 lines
545 B
Makefile

# Created by: Russell Francis
# $FreeBSD$
PORTNAME= gutenfetch
PORTVERSION= 1.5
CATEGORIES= net
MASTER_SITES= SF
MAINTAINER= johntabularasa@users.sf.net
COMMENT= Fetch listings and books from Project Gutenberg
LIB_DEPENDS= libgutenfetch.so:${PORTSDIR}/devel/libgutenfetch
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
USES= gmake tar:bzip2
PLIST_FILES= bin/gutenfetch man/man1/gutenfetch.1.gz
SUB_FILES= pkg-message
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/gutenfetch
.include <bsd.port.mk>