21 lines
417 B
Makefile
21 lines
417 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.mk>
|