diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-03-09 13:07:19 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-03-09 13:07:19 +0000 |
commit | 1b86482545ba824e2891bc8c85c1876bd2fe468b (patch) | |
tree | 5aa3c848c9826af155d8bbcb95ad107a1cbd6bb9 /misc/knewsticker-scripts/Makefile | |
parent | cf345ea80165d259773dc7bfb0b853e6c51f212a (diff) | |
download | ports-1b86482545ba824e2891bc8c85c1876bd2fe468b.tar.gz ports-1b86482545ba824e2891bc8c85c1876bd2fe468b.zip |
Notes
Diffstat (limited to 'misc/knewsticker-scripts/Makefile')
-rw-r--r-- | misc/knewsticker-scripts/Makefile | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/misc/knewsticker-scripts/Makefile b/misc/knewsticker-scripts/Makefile new file mode 100644 index 000000000000..a7dc4b1c6dc0 --- /dev/null +++ b/misc/knewsticker-scripts/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: knewsticker-scripts +# Date created: 11 Febrary 2004 +# Whom: Michael Nottebrock <lofi@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= ${KNEWSTICKERAPP_PORTNAME} +PORTVERSION= ${KNEWSTICKERAPP_PORTVERSION} +PORTREVISION= ${KNEWSTICKERAPP_PORTREVISION} +CATEGORIES= misc kde +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src +DIST_SUBDIR= KDE + +MAINTAINER= kde@FreeBSD.org +COMMENT= Utilityscripts for KNewsTicker + +IGNORE= This port is part of KDE 3.2.1 and is not yet ready + +KDE_SPLIT= ${KNEWSTICKERAPP_PORTNAME:S/${KDE_SPLIT_DIST}-//} +KDE_DOC_SPLIT= # none +USE_KDELIBS_VER=3 + +USE_BZIP2= yes +PREFIX= ${KDE_PREFIX} +GNU_CONFIGURE= yes +USE_GMAKE= yes + +INSTALLS_SHLIB= yes +LDCONFIG_DIRS+= %%PREFIX%%/lib/kde3 + +.include "${.CURDIR}/../../x11/kde3/Makefile.kde" +.include "${.CURDIR}/../../misc/kdeaddons3/Makefile.split" +.include <bsd.port.mk> |