aboutsummaryrefslogtreecommitdiff
path: root/misc/libpri2/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2007-04-27 18:21:47 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2007-04-27 18:21:47 +0000
commitb74d216cb299bf49119e5a3e3af87fa4021df8f0 (patch)
tree3da3aa8984e5f0fd6584e43ff0a7049113d12875 /misc/libpri2/Makefile
parent419fa1f09fe922ee8ee9d94041158c9e4c13c6e0 (diff)
downloadports-b74d216cb299bf49119e5a3e3af87fa4021df8f0.tar.gz
ports-b74d216cb299bf49119e5a3e3af87fa4021df8f0.zip
Remove these two ports, we don't need them with the release of asterisk 1.2.17.
Notes
Notes: svn path=/head/; revision=191029
Diffstat (limited to 'misc/libpri2/Makefile')
-rw-r--r--misc/libpri2/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/misc/libpri2/Makefile b/misc/libpri2/Makefile
deleted file mode 100644
index c2a3c46dd8f8..000000000000
--- a/misc/libpri2/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# New ports collection makefile for: libpri
-# Date created: 25 Oct 2004
-# Whom: Alexander Timoshenko <gonzo@univ.kiev.ua>
-#
-# $FreeBSD$
-#
-
-PORTNAME= libpri
-PORTVERSION= 1.2.4
-CATEGORIES= misc
-MASTER_SITES= ftp://ftp.digium.com/pub/libpri/ \
- ftp://ftp.digium.com/pub/libpri/old/
-
-MAINTAINER= gonzo@univ.kiev.ua
-COMMENT= A C implementation of the Primary Rate ISDN specification
-
-#PATCHFILES= ${PORTNAME}-${PORTVERSION}-${BRIVER}.patch.gz
-#PATCH_SITES= ${MASTER_SITE_LOCAL}
-#PATCH_SITE_SUBDIR= fjoe
-#PATCH_DIST_STRIP= -p1
-#BRIVER= bristuff-0.3.0-PRE-1l
-
-USE_GMAKE= yes
-USE_LDCONFIG= yes
-PLIST_FILES= include/libpri.h lib/libpri.a lib/libpri.a lib/libpri.so \
- lib/libpri.so.1
-
-NOT_FOR_ARCHS= alpha
-
-.include <bsd.port.mk>