freebsd-ports/net/wired-tracker/Makefile
Martin Wilke 9ea22cc9bf Wired Tracker is the Wired tracker server. Wired servers can register
with the tracker with their name, URL and some other vitals, and
clients connecting to the tracker will be able to retrieve a listing
of all online servers.

WWW:	http://www.zankasoftware.com/wired/tracker/

PR:		ports/106169
Submitted by:	trasz <trasz at pin.if.uz.zgora.pl>
2006-12-04 21:58:42 +00:00

36 lines
929 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
CATEGORIES= net
MASTER_SITES= http://www.zankasoftware.com/dist/
MAINTAINER= trasz@pin.if.uz.zgora.pl
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>