openbsd-ports/devel/popt/Makefile

24 lines
487 B
Makefile
Raw Normal View History

2013-03-21 04:45:11 -04:00
# $OpenBSD: Makefile,v 1.22 2013/03/21 08:45:16 ajacoutot Exp $
2011-10-24 14:52:18 -04:00
COMMENT= getopt(3)-like library with a number of enhancements
2011-10-24 14:52:18 -04:00
DISTNAME= popt-1.16
CATEGORIES= devel
MASTER_SITES= http://rpm5.org/files/popt/
2011-10-24 14:52:18 -04:00
SHARED_LIBS= popt 1.0
# MIT
PERMIT_PACKAGE_CDROM= Yes
2011-10-24 14:52:18 -04:00
MODULES= devel/gettext
USE_GMAKE= Yes
SEPARATE_BUILD= Yes
2011-10-24 14:52:18 -04:00
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
2001-10-31 20:27:55 -05:00
.include <bsd.port.mk>