summaryrefslogtreecommitdiff
path: root/databases/libtcd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/libtcd/Makefile')
-rw-r--r--databases/libtcd/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/databases/libtcd/Makefile b/databases/libtcd/Makefile
new file mode 100644
index 00000000000..6247b286552
--- /dev/null
+++ b/databases/libtcd/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2020/01/10 16:57:24 plunky Exp $
+
+DISTNAME= libtcd-2.2.7-r2
+PKGNAME= ${DISTNAME:S/-r/r/}
+CATEGORIES= databases
+MASTER_SITES= https://flaterco.com/files/xtide/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= https://flaterco.com/
+COMMENT= API for reading and writing Tide Constituent Database (TCD) files
+LICENSE= public-domain
+
+WRKSRC= ${WRKDIR}/${DISTNAME:C/-r.*//}
+
+GNU_CONFIGURE= yes
+USE_TOOLS= bash gmake gsed
+USE_LIBTOOL= yes
+USE_LANGUAGES= c c++
+
+.include "../../mk/bsd.pkg.mk"