mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
20 lines
467 B
Makefile
20 lines
467 B
Makefile
# New ports collection makefile for: gdbm
|
|
# Version required: 1.7.3
|
|
# Date created: 8 Apr 1996
|
|
# Whom: Brent J. Nordquist <nordquist@platinum.com>
|
|
#
|
|
# $Id: Makefile,v 1.2 1996/11/17 03:18:20 obrien Exp $
|
|
#
|
|
|
|
DISTNAME= gdbm-1.7.3
|
|
CATEGORIES= databases
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
|
|
MAINTAINER= nordquist@platinum.com
|
|
|
|
GNU_CONFIGURE= yes
|
|
MAKE_FLAGS= CFLAGS="${CFLAGS}" LDFLAGS=-s -f
|
|
MAN3= gdbm.3
|
|
|
|
.include <bsd.port.mk>
|