1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/net/gutenfetch/Makefile
Dmitry Marakasov 6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00

33 lines
678 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= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
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>