mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
39a56d0d40
add new port: net/giftcurs giFTcurs is a cursed based front-end for gift PR: ports/56486 Submitted by: Stefan Ehmann <shoesoft@gmx.net>
38 lines
745 B
Makefile
38 lines
745 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.1
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
|
MASTER_SITE_SUBDIR= giftcurs/giFTcurs.pkg/${PORTVERSION}/
|
|
|
|
MAINTAINER= shoesoft@gmx.net
|
|
COMMENT= A cursed frontend to the giFT daemon
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/giftd:${PORTSDIR}/net/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>
|