aboutsummaryrefslogtreecommitdiff
path: root/devel/libpdel
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2006-11-17 11:59:38 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2006-11-17 11:59:38 +0000
commitf1c91cc1b814582f56c2f1d6013119d3963fd557 (patch)
treeb376edc0e1924cd273fa1870cc9ae952b855269b /devel/libpdel
parent775398391a683b5e39a8008372bb78b7988f432b (diff)
Notes
Diffstat (limited to 'devel/libpdel')
-rw-r--r--devel/libpdel/Makefile25
1 files changed, 9 insertions, 16 deletions
diff --git a/devel/libpdel/Makefile b/devel/libpdel/Makefile
index 037cee162994..a113aa6d24af 100644
--- a/devel/libpdel/Makefile
+++ b/devel/libpdel/Makefile
@@ -5,24 +5,17 @@
# $FreeBSD$
#
-PORTNAME= libpdel
-PORTVERSION= 0.5.3
-PORTREVISION= 1
-CATEGORIES= devel net www
-MASTER_SITES= ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= archie
+PORTNAME= libpdel
+PORTVERSION= 0.5.3
+PORTREVISION= 1
+CATEGORIES= devel net www
+MASTER_SITES= LOCAL/archie
-MAINTAINER= archie@freebsd.org
+MAINTAINER= archie@FreeBSD.org
COMMENT= Packet Design multi-purpose C library for embedded applications
-LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2
+LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 700019
-BROKEN= Does not compile on FreeBSD >= 7.0
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>