1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/irc/ptlink-services/Makefile
Edwin Groothuis bf1e57b716 Maintainer update:
- make pointyhat / kris happy
	- install configuration files in etc/ptlink
2004-11-02 22:49:39 +00:00

34 lines
784 B
Makefile

# New ports collection makefile for: PTlink IRC services
# Date created: 22 October 2004
# Whom: Dennis Cabooter <dennis@rootxs.org>
#
# $FreeBSD$
#
PORTNAME= Services
PORTVERSION= 2.25.1
PORTREVISION= 1
CATEGORIES= irc
MASTER_SITES= ftp://ftp.sunsite.dk/projects/ptlink/services2/ \
http://www.rootxs.org/pub/FreeBSD/distfiles/
PKGNAMEPREFIX= PTlink-
DISTNAME= PTlink.${PORTNAME}${PORTVERSION}
PATCH_DIST_STRIP= -p1
MAINTAINER= dennis@rootxs.org
COMMENT= PTlink IRC services
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_PERL5= 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>