freebsd-ports/devel/wand-libconfig/Makefile
Michael Scheidell 9824a4b03e - Resolve conflict. Both ports use same binary file name
- No PORTREVISION bump

PR:		ports/165899
Submitted by:	Aleksandr A Babaylov <"."@babolo.ru>
Approved by:	maintainer (implicit, timeout +30 days)
2012-04-30 07:18:38 +00:00

34 lines
771 B
Makefile

# New ports collection makefile for: wand-libconfig
# Date created: Tue Oct 9 00:56:22 PDT 2007
# Whom: Matt Peterson <matt@peterson.org>
#
# $FreeBSD$
#
PORTNAME= libconfig
PORTVERSION= 1.0.5
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]*
USE_AUTOTOOLS= libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_GMAKE= yes
LDFLAGS+= -L${LOCALBASE}/lib
PLIST_FILES= include/libconfig.h lib/libconfig.a lib/libconfig.la \
lib/libconfig.so lib/libconfig.so.1
post-patch:
@${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \
${WRKSRC}/configure
.include <bsd.port.mk>