1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/net/gutenfetch/Makefile
Dmitry Marakasov 246d0fb45d - Use $SUB_FILES to dynamically adjust pkg-message
PR:		143100
Submitted by:	Sevan Janiyan <venture37@geeklan.co.uk>
Approved by:	Russ Francis <russell.francis@gmail.com> (maintainer)
2010-01-28 00:32:04 +00:00

33 lines
682 B
Makefile

# New ports collection makefile for: gutenfetch
# Date created: 22-Aug-2001
# Whom: 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= gutenfetch:${PORTSDIR}/devel/libgutenfetch
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
USE_GMAKE= yes
USE_BZIP2= yes
MAN1= gutenfetch.1
PLIST_FILES= bin/gutenfetch
SUB_FILES= pkg-message
post-install:
${STRIP_CMD} ${PREFIX}/bin/gutenfetch
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>