openbsd-ports/databases/gdbm/Makefile

20 lines
399 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.9 1999/12/09 21:00:51 brad Exp $
1998-10-08 00:28:21 -04:00
1999-06-22 10:04:06 -04:00
DISTNAME= gdbm-1.8.0
CATEGORIES= databases
1998-10-08 00:28:21 -04:00
MASTER_SITES= ${MASTER_SITE_GNU}
1999-03-06 20:38:58 -05:00
MASTER_SITE_SUBDIR= gdbm
1998-10-08 00:28:21 -04:00
1999-06-22 10:04:06 -04:00
NEED_VERSION= 1.73
MAINTAINER= ports@openbsd.org
1999-04-11 02:14:30 -04:00
GNU_CONFIGURE= yes
1999-06-22 10:04:06 -04:00
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static
post-install:
@install-info ${PREFIX}/info/gdbm.info ${PREFIX}/info/dir
.include <bsd.port.mk>