openbsd-ports/databases/gdbm/Makefile

31 lines
495 B
Makefile
Raw Normal View History

2013-03-10 22:52:04 -04:00
# $OpenBSD: Makefile,v 1.31 2013/03/11 02:52:05 espie Exp $
COMMENT= GNU dbm
1998-10-08 00:28:21 -04:00
VERSION= 1.10
DISTNAME= gdbm-${VERSION}
CATEGORIES= databases
SHARED_LIBS += gdbm 4.0 # 4.0
1998-10-08 00:28:21 -04:00
HOMEPAGE= http://www.gnu.org/software/gdbm/
1999-06-22 10:04:06 -04:00
MASTER_SITES= ${MASTER_SITE_GNU:=gdbm/}
# GPLv3
2000-04-09 12:39:04 -04:00
PERMIT_PACKAGE_CDROM= Yes
2000-02-12 03:02:07 -05:00
MODULES= devel/gettext
WANTLIB += c
2005-12-26 14:15:21 -05:00
USE_LIBTOOL= Yes
USE_GROFF = Yes
2005-12-26 14:15:21 -05:00
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
2013-03-10 22:52:04 -04:00
NO_TEST= Yes
2002-10-25 12:23:30 -04:00
.include <bsd.port.mk>