aboutsummaryrefslogtreecommitdiff
path: root/net/qadsl/Makefile
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2002-06-27 11:44:20 +0000
committerWill Andrews <will@FreeBSD.org>2002-06-27 11:44:20 +0000
commite1796893ad84084d8951e74da322fb152f23f6fc (patch)
tree568315db3d4c9f24c9bb56de7c62888e541b37a6 /net/qadsl/Makefile
parent234fbee30c5f7b3a5a3edc2033e350e9cbea50fb (diff)
downloadports-e1796893ad84084d8951e74da322fb152f23f6fc.tar.gz
ports-e1796893ad84084d8951e74da322fb152f23f6fc.zip
Notes
Diffstat (limited to 'net/qadsl/Makefile')
-rw-r--r--net/qadsl/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/net/qadsl/Makefile b/net/qadsl/Makefile
new file mode 100644
index 000000000000..ded56bafe392
--- /dev/null
+++ b/net/qadsl/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: qadsl
+# Date created: 13 December 2001
+# Whom: Arne Lundberg <arlu@telia.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= qadsl
+PORTVERSION= 1.2
+CATEGORIES= net
+MASTER_SITES= http://qba.linuxsweden.nu/code/
+DISTNAME= qadsl-final-${PORTVERSION}
+
+MAINTAINER= arlu@telia.com
+
+MAN8= qadsl.8
+MANCOMPRESSED= yes
+
+post-install:
+ @${SED} -e 's,%%PREFIX%%,${PREFIX},g' ${PKGMESSAGE}
+
+.include <bsd.port.mk>