summaryrefslogtreecommitdiff
path: root/palm/libmal/Makefile
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2002-10-10 20:22:09 +0000
committerWill Andrews <will@FreeBSD.org>2002-10-10 20:22:09 +0000
commit79d03a6574f37786e0c56af90659fead5e18422a (patch)
tree2b2a1ee79334a47500ef4a4000f9f4d22f14cf77 /palm/libmal/Makefile
parentAdd uptimed 0.2.0, Rob Kaper's uptime daemon. (diff)
Add libmal 0.20, a library encapsulating malsync.
PR: 42413 Submitted by: Adriaan de Groot <groot@kde.org>
Diffstat (limited to 'palm/libmal/Makefile')
-rw-r--r--palm/libmal/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/palm/libmal/Makefile b/palm/libmal/Makefile
new file mode 100644
index 000000000000..b4d9329c7bb4
--- /dev/null
+++ b/palm/libmal/Makefile
@@ -0,0 +1,23 @@
+# Ports collection makefile for: libmal
+# Date created: 4 september 2002
+# Whom: Adriaan de Groot <groot@kde.org>
+#
+#
+# $FreeBSD$
+#
+
+PORTNAME= libmal
+PORTVERSION= 0.20
+CATEGORIES= palm
+MASTER_SITES= http://jasonday.home.att.net/code/libmal/
+
+MAINTAINER= groot@kde.org
+
+LIB_DEPENDS= pisock.8:${PORTSDIR}/palm/pilot-link
+
+USE_GMAKE= YES
+USE_LIBTOOL= YES
+HAS_CONFIGURE= YES
+INSTALLS_SHLIB= libmal
+
+.include <bsd.port.mk>