aboutsummaryrefslogtreecommitdiff
path: root/net/kmess/Makefile
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2002-06-23 07:31:32 +0000
committerWill Andrews <will@FreeBSD.org>2002-06-23 07:31:32 +0000
commit5dd9c94e7292b2d6b855b8bcd818197539b4fd14 (patch)
tree812bac8b2fa46b1b2b8da280409008c27f67d036 /net/kmess/Makefile
parentec4853acab69a6415d4013862c3a6fca01a801f3 (diff)
downloadports-5dd9c94e7292b2d6b855b8bcd818197539b4fd14.tar.gz
ports-5dd9c94e7292b2d6b855b8bcd818197539b4fd14.zip
Notes
Diffstat (limited to 'net/kmess/Makefile')
-rw-r--r--net/kmess/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/net/kmess/Makefile b/net/kmess/Makefile
new file mode 100644
index 000000000000..6f3bc3ffefae
--- /dev/null
+++ b/net/kmess/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: kmess
+# Date created: 21 June 2002
+# Whom: Hye-Shik Chang <perky@python.or.kr>
+#
+# $FreeBSD$
+#
+
+PORTNAME= kmess
+PORTVERSION= 0.9.6
+CATEGORIES= net kde
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= perky@fallin.lv
+
+USE_KDELIBS_VER=3
+GNU_CONFIGURE= yes
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/x11/kde3/Makefile.kde"
+.include <bsd.port.post.mk>