diff options
author | lofi <lofi@FreeBSD.org> | 2005-04-14 23:24:04 +0000 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2005-04-14 23:24:04 +0000 |
commit | aca5444ffeed29cf0d7d09b424f460def0b19068 (patch) | |
tree | 7cea993166d96f1209f4ddc4d2312991fd0a4623 /x11-themes/kdmtheme/Makefile | |
parent | 7d280260054f956e11b0134c05377b1f67be147f (diff) | |
download | FreeBSD-ports-aca5444ffeed29cf0d7d09b424f460def0b19068.zip FreeBSD-ports-aca5444ffeed29cf0d7d09b424f460def0b19068.tar.gz |
Add x11-themes/kdmtheme, a KDM theme manager.
PR: ports/79938
Submitted by: Eugene Lebedinec <illusia@inbox.lv>
Diffstat (limited to 'x11-themes/kdmtheme/Makefile')
-rw-r--r-- | x11-themes/kdmtheme/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/x11-themes/kdmtheme/Makefile b/x11-themes/kdmtheme/Makefile new file mode 100644 index 0000000..217b0c5 --- /dev/null +++ b/x11-themes/kdmtheme/Makefile @@ -0,0 +1,28 @@ +## New ports collection makefile for: KDM theme manager +# Date created: 12 April 2005 +# Whom: illusia <illusia@inbox.lv> +# +# $FreeBSD$ +# + +PORTNAME= kdmtheme +PORTVERSION= 0.9 +CATEGORIES= x11-themes +MASTER_SITES= http://smileaf.org/files/ +DISTNAME= kdmtheme-${PORTVERSION} + +MAINTAINER= illusia@inbox.lv +COMMENT= KDM Theme Manager + +EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-old_configure + +USE_KDEBASE_VER=3 + +USE_BZIP2= yes +GNU_CONFIGURE= yes +USE_GMAKE= yes + +post-install: + @${CAT} ${PKGMESSAGE} + +.include <bsd.port.mk> |