347ba5fa15
Library for parsing dsh-style configuration files. from rpe with some tweaks ok sthen@
25 lines
533 B
Makefile
25 lines
533 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2012/08/27 14:34:19 ajacoutot Exp $
|
|
|
|
COMMENT= library for parsing dsh-style configuration files
|
|
|
|
DISTNAME= libdshconfig-0.20.9
|
|
CATEGORIES= devel
|
|
|
|
SHARED_LIBS+= dshconfig 0.0 # 1.0
|
|
|
|
HOMEPAGE= http://www.netfort.gr.jp/~dancer/software/
|
|
MASTER_SITES= ${HOMEPAGE}downloads/
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
USE_LIBTOOL= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
|
|
|
|
.include <bsd.port.mk>
|