mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
c2866e7e03
Approved by: portmgr
29 lines
608 B
Makefile
29 lines
608 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= gutenfetch:${PORTSDIR}/devel/libgutenfetch
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
|
|
CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
|
|
USES= gmake tar:bzip2
|
|
|
|
MAN1= gutenfetch.1
|
|
PLIST_FILES= bin/gutenfetch
|
|
SUB_FILES= pkg-message
|
|
|
|
NO_STAGE= yes
|
|
post-install:
|
|
${STRIP_CMD} ${PREFIX}/bin/gutenfetch
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|