aboutsummaryrefslogtreecommitdiff
path: root/devel/wand-libconfig/Makefile
blob: df11eb331f413dc27e1611142c80227350610c90 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Created by: Matt Peterson <matt@peterson.org>

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>