freebsd-ports/devel/wand-libconfig/Makefile
Tijl Coosemans 5d48443269 - Remove libtool hacks and patches that are now handled by USES=libtool
- Remove CONFIG_SHELL from CONFIGURE_ENV because bsd.port.mk handles that
2015-04-18 09:47:29 +00:00

27 lines
595 B
Makefile

# Created by: Matt Peterson <matt@peterson.org>
# $FreeBSD$
PORTNAME= libconfig
PORTVERSION= 1.0.5
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://research.wand.net.nz/software/libconfig/ \
http://matt.peterson.org/FreeBSD/ports/
PKGNAMEPREFIX= wand-
MAINTAINER= matt@peterson.org
COMMENT= C library for parsing config files
CONFLICTS= libconfig-[0-9]*
USES= gmake libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
LDFLAGS+= -L${LOCALBASE}/lib
PLIST_FILES= include/libconfig.h lib/libconfig.a \
lib/libconfig.so lib/libconfig.so.1 \
lib/libconfig.so.1.0.4
.include <bsd.port.mk>