freebsd-ports/devel/libpdel/Makefile
2006-09-10 23:54:57 +00:00

28 lines
579 B
Makefile

# New ports collection makefile for: libpdel
# Date created: 22 Apr 2002
# Whom: Archie Cobbs
#
# $FreeBSD$
#
PORTNAME= libpdel
PORTVERSION= 0.5.3
PORTREVISION= 1
CATEGORIES= devel net www
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= archie
MAINTAINER= archie@freebsd.org
COMMENT= Packet Design multi-purpose C library for embedded applications
LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2
INSTALLS_SHLIB= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700019
BROKEN= Does not compile on FreeBSD >= 7.0
.endif
.include <bsd.port.post.mk>