opnsense-ports/net/gtic/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

30 lines
725 B
Makefile

# Created by: Denis Shaposhnikov <dsh@vlink.ru>
# $FreeBSD$
PORTNAME= gtic
PORTVERSION= 1.3.b
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= ftp://ftp.kspu.kr.ua/pub/unix/FIDO/gtic/ \
ftp://ftp.braz.ru/pub/fido/gtic/
DISTNAME= ${PORTNAME}-1.3b
MAINTAINER= dsh@vlink.ru
COMMENT= The GNU file forwarder (FSC-0087) for fidonet-like networks
MAKE_ENV+= DEFINES="${DEFINES}"
.if defined(WITH_AMIGA4D)
DEFINES+= -DAMIGA4D
.endif
.include <bsd.port.pre.mk>
do-install:
${MKDIR} ${STAGEDIR}${ETCDIR}
.for i in areagroups areas config domains help users
${INSTALL_DATA} ${WRKSRC}/etc/${i} ${STAGEDIR}${ETCDIR}/${i}.sample
.endfor
${INSTALL_PROGRAM} ${WRKSRC}/src/gtic ${STAGEDIR}${PREFIX}/sbin/
.include <bsd.port.post.mk>