1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/net/wired-tracker/Makefile
Edward Tomasz Napierala 6347b44933 - Update to 1.0.1
2007-12-16 13:59:51 +00:00

37 lines
924 B
Makefile

# New ports collection makefile for: wired-tracker
# Date created: 2006-12-02
# Whom: trasz <trasz@pin.if.uz.zgora.pl>
#
# $FreeBSD$
#
PORTNAME= wired-tracker
PORTVERSION= 1.0.1
CATEGORIES= net
MASTER_SITES= http://www.zankasoftware.com/dist/
MAINTAINER= trasz@FreeBSD.org
COMMENT= Wired tracker
# This is an artificial dependancy - net/wired and net/wired-tracker
# use some common files, like wired/etc/resolv.conf.
RUN_DEPENDS= ${LOCALBASE}/sbin/wired:${PORTSDIR}/net/wired
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_RC_SUBR= trackerd.sh
MAN1= trackerdctl.1
MAN5= trackerd.conf.5
MAN8= trackerd.8
post-install:
@if [ ! -f ${PREFIX}/wired/etc/trackerd.conf ]; then \
${CP} -p ${PREFIX}/wired/etc/trackerd.conf.sample ${PREFIX}/wired/etc/trackerd.conf ; \
fi
@if [ ! -f ${PREFIX}/wired/categories ]; then \
${CP} -p ${PREFIX}/wired/categories.sample ${PREFIX}/wired/categories ; \
fi
.include <bsd.port.mk>