summaryrefslogtreecommitdiff
path: root/databases/typhoon/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/typhoon/Makefile')
-rw-r--r--databases/typhoon/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/databases/typhoon/Makefile b/databases/typhoon/Makefile
new file mode 100644
index 000000000000..ac76faed9108
--- /dev/null
+++ b/databases/typhoon/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for: typhoon
+# Version required: 1.10.3
+# Date created: Wed Dec 11 15:16:19 CST 1996
+# Whom: erich@FreeBSD.org
+#
+# $Id: Makefile,v 1.3 1996/11/18 10:19:15 asami Exp $
+#
+
+DISTNAME= typhoon-1.10.3
+CATEGORIES= databases
+MASTER_SITES= ${MASTER_SITE_SUNSITE}
+MASTER_SITE_SUBDIR=devel/db
+EXTRACT_SUFX= .tgz
+MAINTAINER= erich@FreeBSD.org
+
+MAN3=d_close.3 d_crget.3 d_crread.3 d_crset.3 d_dbdpath.3 d_dbfpath.3 \
+ d_dbget.3 d_dbset.3 d_delete.3 d_fillnew.3 d_getsequence.3 d_keyfind.3 \
+ d_keyfrst.3 d_keylast.3 d_keynext.3 d_keyprev.3 d_keyread.3 d_open.3 \
+ d_recfrst.3 d_reclast.3 d_recnext.3 d_recprev.3 d_recread.3 \
+ d_recwrite.3 d_setfiles.3
+MAN1=ddlp.1
+
+HAS_CONFIGURE= yes
+
+post-install:
+ @mkdir -p ${PREFIX}/share/typhoon
+ @cp ${WRKSRC}/man/manual.asc ${PREFIX}/share/typhoon
+ @cp ${WRKSRC}/include/environ.h ${WRKSRC}/include/typhoon.h ${PREFIX}/include
+
+.include <bsd.port.mk>