30b07f8162
cosmetic changes. brad@ ok
27 lines
515 B
Makefile
27 lines
515 B
Makefile
# $OpenBSD: Makefile,v 1.21 2002/11/22 02:37:37 margarida 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/}
|
|
|
|
MAINTAINER= Margarida Sequeira <margarida@openbsd.org>
|
|
|
|
# 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>
|