mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
4bd44e20fc
. Modernize LIB_DEPENDS syntax . Do not require root for staging . Bump PORTREVISION because of LIB_DEPENDS change PR: ports/189069 Approved by: maintainer timeout (> 2 weeks)
19 lines
413 B
Makefile
19 lines
413 B
Makefile
# Created by: Archie Cobbs
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libpdel
|
|
PORTVERSION= 0.5.3
|
|
PORTREVISION= 5
|
|
CATEGORIES= devel net www
|
|
MASTER_SITES= LOCAL/archie
|
|
|
|
MAINTAINER= mav@alkar.net
|
|
COMMENT= Packet Design multi-purpose C library for embedded applications
|
|
|
|
LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2
|
|
MAKE_ENV= WITHOUT_PROFILE=yes __MAKE_CONF=/dev/null SRCCONF=/dev/null
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|