26 lines
484 B
Makefile
Raw Normal View History

2016-04-12 15:19:39 +00:00
# $OpenBSD: Makefile,v 1.25 2016/04/12 15:19:40 naddy Exp $
2011-10-24 18:52:18 +00:00
COMMENT= getopt(3)-like library with a number of enhancements
2011-10-24 18:52:18 +00:00
DISTNAME= popt-1.16
CATEGORIES= devel
MASTER_SITES= http://rpm5.org/files/popt/
2016-04-12 15:19:39 +00:00
REVISION= 1
2011-10-24 18:52:18 +00:00
SHARED_LIBS= popt 1.0
# MIT
PERMIT_PACKAGE_CDROM= Yes
2016-04-12 15:19:39 +00:00
WANTLIB= iconv intl
LIB_DEPENDS= devel/gettext
2011-10-24 18:52:18 +00:00
USE_GMAKE= Yes
SEPARATE_BUILD= Yes
2011-10-24 18:52:18 +00:00
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
2001-11-01 01:27:55 +00:00
.include <bsd.port.mk>