aboutsummaryrefslogtreecommitdiff
path: root/net/gutenfetch/Makefile
blob: d93a563f4ee57232707ffe0841b39a6163b1b1ac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Created by: Russell Francis

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>