openbsd-ports/databases/gdbm/Makefile

31 lines
553 B
Makefile
Raw Normal View History

2010-10-18 13:06:05 -04:00
# $OpenBSD: Makefile,v 1.29 2010/10/18 17:06:06 espie Exp $
COMMENT= GNU dbm
1998-10-08 00:28:21 -04:00
VERSION= 1.8.3
DISTNAME= gdbm-${VERSION}
REVISION= 0
CATEGORIES= databases
2006-10-28 07:19:20 -04:00
SHARED_LIBS += gdbm 3.0 # .0.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/}
# GPL
2000-04-09 12:39:04 -04:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-02-12 03:02:07 -05:00
2005-12-26 14:15:21 -05:00
USE_LIBTOOL= Yes
2010-10-18 13:06:05 -04:00
USE_GROFF = Yes
2005-12-26 14:15:21 -05:00
CONFIGURE_STYLE= gnu dest
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
2002-10-25 12:23:30 -04:00
NO_REGRESS= Yes
.include <bsd.port.mk>