blob: a255d4dbf16fd5fed989f83928af0cfa56c16f45 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
# New ports collection makefile for: PTlink IRC services
# Date created: 22 October 2004
# Whom: Dennis Cabooter <dennis@rootxs.org>
#
# $FreeBSD$
#
PORTNAME= Services
PORTVERSION= 3.4.2
CATEGORIES= irc
MASTER_SITES= ftp://ftp.sunsite.dk/projects/ptlink/ircsvs3/
PKGNAMEPREFIX= PTlink-
DISTNAME= PTlinkIRC.${PORTNAME}${PORTVERSION}
MAINTAINER= dennis@rootxs.org
COMMENT= PTlink IRC services
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_PERL5= yes
USE_MYSQL= yes
USE_RC_SUBR= ptlink-services.sh
SUB_FILES= pkg-message
SYSCONFDIR= ${PREFIX}/etc/ptlink-services
CONFIGURE_ARGS= --sysconfdir=${SYSCONFDIR} --with-pidfile=/var/run/ircsvs.pid
post-install:
@${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
@${CHOWN} -R ircd:ircd ${SYSCONFDIR}
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
|