25 lines
457 B
Makefile
25 lines
457 B
Makefile
# $OpenBSD: Makefile,v 1.22 2005/02/07 19:01:48 pvalchev Exp $
|
|
|
|
COMMENT= "GNU dbm"
|
|
|
|
VERSION= 1.8.3
|
|
DISTNAME= gdbm-${VERSION}
|
|
CATEGORIES= databases
|
|
|
|
HOMEPAGE= http://www.gnu.org/software/gdbm/
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=gdbm/}
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= gnu dest
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|