freebsd-ports/net-p2p/gift-fasttrack/Makefile
Jean Milanez Melo 805ff2eb80 - Fix mastersite.
PR:		ports/110759
Submitted by:	Stefan Ehmann <shoesoft@gmx.net> (maintainer)
2007-04-03 17:33:40 +00:00

39 lines
828 B
Makefile

# New ports collection makefile for: giFT-FastTrack
# Date created: 2003-09-04
# Whom: Stefan Ehmann <shoesoft@gmx.net>
#
# $FreeBSD$
#
PORTNAME= giFT-FastTrack
PORTVERSION= 0.8.9
CATEGORIES= net-p2p
MASTER_SITES= ${MASTER_SITE_BERLIOS}
MASTER_SITE_SUBDIR= gift-fasttrack
MAINTAINER= shoesoft@gmx.net
COMMENT= A FastTrack plugin for giFT
LIB_DEPENDS= gift.0:${PORTSDIR}/net-p2p/gift
USE_AUTOTOOLS= libtool:15
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOME= pkgconfig
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \
LDFLAGS="${LDFLAGS}"
PORTDOCS= AUTHORS COPYING ChangeLog \
INSTALL NEWS README TODO
post-install:
.ifndef(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for doc in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>