freebsd-ports/databases/gdbm/Makefile
Steve Price 242ee733b9 Tweak post-install target and the wording in pkg-descr.
PR:		24563
Submitted by:	Cyrille Lefevre <clefevre@citeweb.net>
Approved by:	old maintainer
2001-02-26 04:24:44 +00:00

27 lines
469 B
Makefile

# New ports collection makefile for: gdbm
# Date created: 8 Apr 1996
# Whom: Brent J. Nordquist <bjn@visi.com>
#
# $FreeBSD$
#
PORTNAME= gdbm
PORTVERSION= 1.8.0
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= gdbm
MAINTAINER= clefevre@citeweb.net
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
MAN3= gdbm.3
INSTALL_INFO?= install-info
post-install:
@${INSTALL_INFO} ${PREFIX}/info/${PORTNAME}.info ${PREFIX}/info/dir
.include <bsd.port.mk>