aboutsummaryrefslogtreecommitdiffstats
path: root/misc/libpri/Makefile
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2004-11-14 23:29:33 +0800
committersobomax <sobomax@FreeBSD.org>2004-11-14 23:29:33 +0800
commitc83544c6783e5fb52a67aca3216906f6f48cbd81 (patch)
tree2839c184c0642f9a6d7a600deb09962c429a527c /misc/libpri/Makefile
parent2c12350501192ce00b662f5d158455692fcdfae3 (diff)
downloadfreebsd-ports-gnome-c83544c6783e5fb52a67aca3216906f6f48cbd81.tar.gz
freebsd-ports-gnome-c83544c6783e5fb52a67aca3216906f6f48cbd81.tar.zst
freebsd-ports-gnome-c83544c6783e5fb52a67aca3216906f6f48cbd81.zip
Add libpri 1.0.2, a C implementation of the Primary Rate ISDN
specification.
Diffstat (limited to 'misc/libpri/Makefile')
-rw-r--r--misc/libpri/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/misc/libpri/Makefile b/misc/libpri/Makefile
new file mode 100644
index 000000000000..4da197d294fb
--- /dev/null
+++ b/misc/libpri/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: libpri
+# Date created: 25 Oct 2004
+# Whom: Alexander Timoshenko <gonzo@univ.kiev.ua>
+#
+# $FreeBSD$
+#
+
+PORTNAME= libpri
+PORTVERSION= 1.0.2
+CATEGORIES= misc
+MASTER_SITES= ftp://ftp.asterisk.org/pub/libpri/ \
+ ftp://ftp.asterisk.org/pub/libpri/old/
+
+MAINTAINER= gonzo@univ.kiev.ua
+COMMENT= A C implementation of the Primary Rate ISDN specification
+
+USE_GMAKE= yes
+INSTALLS_SHLIB= yes
+
+post-patch:
+ @${FIND} ${WRKSRC} -name \*.orig -or -name \*.bak -delete
+
+.include <bsd.port.mk>