freebsd-ports/devel/libpdel/Makefile
Erwin Lansing 60f18a21ee Mark BROKEN on HEAD after the arp-v2 import.
Submitted by:	pointyhat
2009-01-08 17:05:08 +00:00

27 lines
509 B
Makefile

# New ports collection makefile for: libpdel
# Date created: 22 Apr 2002
# Whom: Archie Cobbs
#
# $FreeBSD$
#
PORTNAME= libpdel
PORTVERSION= 0.5.3
PORTREVISION= 4
CATEGORIES= devel net www
MASTER_SITES= LOCAL/archie
MAINTAINER= mav@alkar.net
COMMENT= Packet Design multi-purpose C library for embedded applications
LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2
USE_LDCONFIG= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 800059
BROKEN= does not build
.endif
.include <bsd.port.post.mk>