aboutsummaryrefslogtreecommitdiffstats
path: root/irc/ptlink-ircd/Makefile
blob: e16a188ea26d8584f1b3496396647d49b62b4e13 (plain) (blame)
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
# New ports collection makefile for:   PTlink IRC daemon
# Date created:        22 October 2004
# Whom:                Dennis Cabooter <dennis@rootxs.org>
#
# $FreeBSD$
#

PORTNAME=   IRCd
PORTVERSION=    6.18.2
PORTREVISION=   1
CATEGORIES= irc
MASTER_SITES=   ftp://ftp.sunsite.dk/projects/ptlink/ircd/ \
        http://www.rootxs.org/pub/FreeBSD/distfiles/
PKGNAMEPREFIX=  PTlink-
DISTNAME=   PTlink${PORTVERSION}

PATCH_DIST_STRIP=   -p1

MAINTAINER= dennis@rootxs.org
COMMENT=    PTlink IRC daemon

GNU_CONFIGURE=  yes
USE_GMAKE=  yes

SYSCONFDIR= ${PREFIX}/etc/ptlink
CONFIGURE_ARGS= --sysconfdir=${SYSCONFDIR}

post-install:
    @${INSTALL_DATA} ${FILESDIR}/*.sample ${SYSCONFDIR}
    @${SED} 's,%%SYSCONFDIR%%,${SYSCONFDIR},g' < ${PKGMESSAGE}

.include <bsd.port.mk>