summaryrefslogtreecommitdiff
path: root/databases/gdbm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/gdbm/Makefile')
-rw-r--r--databases/gdbm/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/databases/gdbm/Makefile b/databases/gdbm/Makefile
new file mode 100644
index 000000000000..e1b9cdb7e974
--- /dev/null
+++ b/databases/gdbm/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: gdbm
+# Version required: 1.7.3
+# Date created: 8 Apr 1996
+# Whom: Brent J. Nordquist <nordquist@platinum.com>
+#
+# $Id$
+#
+
+DISTNAME= gdbm-1.7.3
+CATEGORIES+= databases
+MASTER_SITES= ftp://gatekeeper.dec.com/pub/GNU/ \
+ ftp://prep.ai.mit.edu/pub/gnu/
+
+MAINTAINER= nordquist@platinum.com
+
+GNU_CONFIGURE= yes
+
+MAKE_FLAGS= CFLAGS="${CFLAGS}" LDFLAGS=-s -f
+
+post-install:
+.if !defined(NOMANCOMPRESS)
+ gzip -9nf ${PREFIX}/man/man3/gdbm.3
+.endif
+
+.include <bsd.port.mk>