diff options
author | will <will@FreeBSD.org> | 2002-10-10 20:22:09 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2002-10-10 20:22:09 +0000 |
commit | 2b0648f53fb6cb6f425c621f81ff65fe0918b9f6 (patch) | |
tree | 9264fd95e89355ded78626a53dda293225e52fe1 /palm/libmal/Makefile | |
parent | 488c63e6733b9371ce743db9930f01fc65a601b5 (diff) | |
download | FreeBSD-ports-2b0648f53fb6cb6f425c621f81ff65fe0918b9f6.zip FreeBSD-ports-2b0648f53fb6cb6f425c621f81ff65fe0918b9f6.tar.gz |
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/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/palm/libmal/Makefile b/palm/libmal/Makefile new file mode 100644 index 0000000..b4d9329 --- /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> |