1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/net/gtic/Makefile

31 lines
708 B
Makefile

# Created by: Denis Shaposhnikov <dsh@vlink.ru>
# $FreeBSD$
PORTNAME= gtic
PORTVERSION= 1.3.b
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
NO_STAGE= yes
.include <bsd.port.pre.mk>
do-install:
${MKDIR} ${PREFIX}/etc/gtic
.for i in areagroups areas config domains help users
${INSTALL_DATA} ${WRKSRC}/etc/${i} ${PREFIX}/etc/gtic/${i}.sample
.endfor
${INSTALL_PROGRAM} ${WRKSRC}/src/gtic ${PREFIX}/sbin/
.include <bsd.port.post.mk>