diff options
Diffstat (limited to 'comms/klog/Makefile')
-rw-r--r-- | comms/klog/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/comms/klog/Makefile b/comms/klog/Makefile new file mode 100644 index 0000000..b27bf8d --- /dev/null +++ b/comms/klog/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: klog +# Date created: 2004-07-05 +# Whom: Matt Dawson <matt@mattsnetwork.co.uk> +# +# $FreeBSD$ + +PORTNAME= klog +PORTVERSION= 0.2.8 +CATEGORIES= comms +MASTER_SITES= http://download.berlios.de/klog/ + +MAINTAINER= matt@mattsnetwork.co.uk +COMMENT= ADIF compatible logging application + +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_KDELIBS_VER=3 + +.include <bsd.port.mk> |