aboutsummaryrefslogtreecommitdiffstats
path: root/net/opengk/Makefile
diff options
context:
space:
mode:
authorvd <vd@FreeBSD.org>2006-07-04 22:04:31 +0800
committervd <vd@FreeBSD.org>2006-07-04 22:04:31 +0800
commit520e62a22589da347eed0e7dfad8d53ab14c7be6 (patch)
treec8cf57234d557daffedefa8aefd40f502280d2a6 /net/opengk/Makefile
parent7ea09cb3638eaa1850d8fcb541603d4d2ff0b70d (diff)
downloadfreebsd-ports-gnome-520e62a22589da347eed0e7dfad8d53ab14c7be6.tar.gz
freebsd-ports-gnome-520e62a22589da347eed0e7dfad8d53ab14c7be6.tar.zst
freebsd-ports-gnome-520e62a22589da347eed0e7dfad8d53ab14c7be6.zip
Remove expired leaf ports:
2006-07-01 emulators/linux_base-fc3 2006-06-15 misc/linux-opengroupware 2006-07-01 net/opengk 2006-07-01 security/p5-Crypt-OpenPGP 2006-07-01 textproc/sed_inplace 2006-07-01 textproc/xml4j 2006-07-01 x11-wm/aewm++
Diffstat (limited to 'net/opengk/Makefile')
-rw-r--r--net/opengk/Makefile41
1 files changed, 0 insertions, 41 deletions
diff --git a/net/opengk/Makefile b/net/opengk/Makefile
deleted file mode 100644
index b136afb76612..000000000000
--- a/net/opengk/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-# New ports collection makefile for: opengk
-# Date created: Mon Oct 8 12:49:00 BST 2001
-# Whom: Roger Hardiman <roger@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= opengk
-PORTVERSION= 1.3.3
-PORTREVISION= 2
-CATEGORIES= net
-MASTER_SITES= http://www.openh323.org/bin/ \
- http://www.de.openh323.org/bin/ \
- http://www.ru.openh323.org/bin/
-DISTNAME= opengk_${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Equivalence's H323 GateKeeper for OpenH323 OhPhone and NetMeeting
-
-BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/net/openh323-112:build
-
-BROKEN= Incomplete dependency list
-DEPRECATED= Latest version is from 2003-02-03. Use net/gatekeeper instead
-EXPIRATION_DATE= 2006-07-01
-
-WRKSRC= ${WRKDIR}/${PORTNAME}
-
-NOCLEANDEPENDS= yes
-
-PLIST_FILES= bin/opengk
-USE_GMAKE= yes
-ALL_TARGET= optnoshared
-MAKE_ENV= PWLIBDIR=${WRKDIRPREFIX}${.CURDIR}/../../devel/pwlib152/work/pwlib \
- OPENH323DIR=${WRKDIRPREFIX}${.CURDIR}/../openh323-112/work/openh323
-THE_MACHTYPE= ${ARCH:S/i386/x86/}
-MAKE_ARGS= OSTYPE=${OPSYS} MACHTYPE=${THE_MACHTYPE} OSRELEASE=${OSVERSION} CPLUS=${CXX}
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/obj_${OPSYS}_${THE_MACHTYPE}_r/opengk ${PREFIX}/bin
-
-.include <bsd.port.mk>