1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/net/gutenfetch/Makefile
Tijl Coosemans f83c7639aa Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00

27 lines
549 B
Makefile

# Created by: Russell Francis
# $FreeBSD$
PORTNAME= gutenfetch
PORTVERSION= 1.5
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= SF
MAINTAINER= johntabularasa@users.sf.net
COMMENT= Fetch listings and books from Project Gutenberg
LIB_DEPENDS= libgutenfetch.so: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>