mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
e71de09d6d
This fixes build on current
19 lines
409 B
Makefile
19 lines
409 B
Makefile
# Created by: 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
|
|
MAKE_ENV= WITHOUT_PROFILE=yes __MAKE_CONF=/dev/null SRCCONF=/dev/null
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|