mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
21 lines
372 B
Makefile
21 lines
372 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
PORTNAME= libconfuse
|
|
PORTVERSION= 2.7
|
|
CATEGORIES= devel
|
|
MASTER_SITES= SAVANNAH/confuse
|
|
DISTNAME= confuse-${PORTVERSION}
|
|
|
|
MAINTAINER= otis@freebsd.sk
|
|
COMMENT= Configuration file parsing library
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --disable-nls --enable-shared
|
|
INSTALL_TARGET= install-strip
|
|
USES= pathfix pkgconfig
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|
|
#EOF
|