mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
805ff2eb80
PR: ports/110759 Submitted by: Stefan Ehmann <shoesoft@gmx.net> (maintainer)
40 lines
828 B
Makefile
40 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>
|