1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/devel/libpdel/Makefile
Baptiste Daroussin e71de09d6d Do not let system make.conf inpact the port's makefile
This fixes build on current
2013-05-24 16:35:30 +00:00

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>