summaryrefslogtreecommitdiff
path: root/net-mgmt/airport/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/airport/Makefile')
-rw-r--r--net-mgmt/airport/Makefile40
1 files changed, 0 insertions, 40 deletions
diff --git a/net-mgmt/airport/Makefile b/net-mgmt/airport/Makefile
deleted file mode 100644
index a547f184fcfa..000000000000
--- a/net-mgmt/airport/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# New ports collection makefile for: airport
-# Date created: 2000/09/16
-# Whom: Nick Sayer
-#
-# $FreeBSD$
-#
-
-PORTNAME= airport
-PORTVERSION= 1.2.2
-CATEGORIES= net java
-MASTER_SITES= http://edge.mcs.drexel.edu/GICL/people/sevy/airport/
-DISTFILES= configurator${EXTRACT_SUFX}
-
-MAINTAINER= nsayer@freebsd.org
-
-RUN_DEPENDS= ${LOCALBASE}/jdk${JDK_VERSION}/bin/java:${PORTSDIR}/java/jdk \
- ${LOCALBASE}/share/java/classes/jfc-${JFC_VERSION}/swingall.jar:${PORTSDIR}/java/jfc
-
-USE_ZIP= YES
-
-NO_WRKSUBDIR= YES
-
-JDK_VERSION= 1.1.8
-JFC_VERSION= 1.1.1
-
-NO_BUILD= yes
-
-.include <bsd.port.pre.mk>
-
-do-install:
- @cd ${WRKSRC}; \
- ${MKDIR} ${PREFIX}/share/airport; \
- ${CP} -r ${WRKSRC}/* ${PREFIX}/share/airport; \
- ${SED} -e s,%%PREFIX%%,${PREFIX},g \
- -e s/%%JDK_VERSION%%/${JDK_VERSION}/ \
- -e s/%%JFC_VERSION%%/${JFC_VERSION}/ \
- < ${FILESDIR}/airport > ${PREFIX}/bin/airport; \
- ${CHMOD} a+x ${PREFIX}/bin/airport
-
-.include <bsd.port.post.mk>