freebsd-ports/net-p2p/giftcurs/Makefile
Rene Ladan 318d604c94 Deprecate, these ports have been unmaintained upstream for several years.
PR:		ports/158020
Submitted by:	maintainer of gift and giftcurs
Approved by:	maintainer timeout (giftoxic, giftui)
2011-08-15 20:57:30 +00:00

40 lines
793 B
Makefile

# New ports collection makefile for: giFTcurs
# Date created: 2003-09-04
# Whom: Stefan Ehmann <shoesoft@gmx.net>
#
# $FreeBSD$
#
PORTNAME= giFTcurs
PORTVERSION= 0.6.2
PORTREVISION= 5
CATEGORIES= net-p2p
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR= giftcurs
MAINTAINER= shoesoft@gmx.net
COMMENT= A cursed frontend to the giFT daemon
DEPRECATED= unmaintained upstream for several years
RUN_DEPENDS= ${LOCALBASE}/bin/giftd:${PORTSDIR}/net-p2p/gift
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOME= glib20
MAN1= giFTcurs.1
MAN5= giFTcurs.conf.5
DOC_FILES= AUTHORS COPYING ChangeLog \
INSTALL NEWS README TODO
post-install:
.ifndef(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for doc in ${DOC_FILES}
@${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>