1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-06 01:57:40 +00:00
freebsd-ports/devel/libpdel/Makefile
Renato Botelho 4bd44e20fc . Fix build with recent current after removal of RTM_OLDADD and RTM_OLDDEL
. 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)
2014-05-14 18:29:25 +00:00

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>