1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-30 21:49:25 +00:00
freebsd-ports/databases/gdbm/Makefile
Michael Haro 5ce8e8e5c7 Remove the test to create ${PREFIX}/share/info/dir as it is now
in bsd.port.mk and this helps to unify the check and install.
1999-06-05 22:32:11 +00:00

24 lines
546 B
Makefile

# New ports collection makefile for: gdbm
# Version required: 1.7.3
# Date created: 8 Apr 1996
# Whom: Brent J. Nordquist <bjn@visi.com>
#
# $Id: Makefile,v 1.6 1999/01/17 04:01:49 fenner Exp $
#
DISTNAME= gdbm-1.7.3
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= gdbm
MAINTAINER= bjn@visi.com
GNU_CONFIGURE= yes
MAKE_FLAGS= CFLAGS="${CFLAGS}" LDFLAGS=-s -f
MAN3= gdbm.3
post-install:
@install-info ${PREFIX}/info/gdbm.info ${PREFIX}/info/dir
.include <bsd.port.mk>