summaryrefslogtreecommitdiff
path: root/irc/ptlink-services/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'irc/ptlink-services/Makefile')
-rw-r--r--irc/ptlink-services/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/irc/ptlink-services/Makefile b/irc/ptlink-services/Makefile
new file mode 100644
index 000000000000..f30e1459fcfb
--- /dev/null
+++ b/irc/ptlink-services/Makefile
@@ -0,0 +1,25 @@
+# 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
+CATEGORIES= irc
+MASTER_SITES= ftp://ftp.sunsite.dk/projects/ptlink/services2/
+PKGNAMEPREFIX= PTlink-
+DISTNAME= PTlink.${PORTNAME}${PORTVERSION}
+
+MAINTAINER= dennis@rootxs.org
+COMMENT= PTlink IRC services
+
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+
+post-install:
+ @${MV} ${PREFIX}/etc/example.conf ${PREFIX}/etc/services.conf.sample
+ @${SED} 's,%%PREFIX%%,${PREFIX},g' < ${PKGMESSAGE}
+
+.include <bsd.port.mk>