summaryrefslogtreecommitdiff
path: root/wm/fvwm-themes/Makefile
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2006-07-02 09:22:31 +0000
committermartti <martti@pkgsrc.org>2006-07-02 09:22:31 +0000
commitbf8fd645262637ec0b578fafbdf513a2f1ab583e (patch)
tree49f217adc9d938c017c09378da39a1dc9d64620a /wm/fvwm-themes/Makefile
parentfae1abe270a92fb1a4684eb3d8e9abf2866f7baf (diff)
downloadpkgsrc-bf8fd645262637ec0b578fafbdf513a2f1ab583e.tar.gz
Moved fvwm2-themes to fvwm-themes.
Diffstat (limited to 'wm/fvwm-themes/Makefile')
-rw-r--r--wm/fvwm-themes/Makefile33
1 files changed, 33 insertions, 0 deletions
diff --git a/wm/fvwm-themes/Makefile b/wm/fvwm-themes/Makefile
new file mode 100644
index 00000000000..ce6655e8c6a
--- /dev/null
+++ b/wm/fvwm-themes/Makefile
@@ -0,0 +1,33 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/07/02 09:22:31 martti Exp $
+#
+
+DISTNAME= fvwm-themes-${THEM_VER}
+PKGREVISION= 7
+CATEGORIES= wm
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fvwm-themes/}
+EXTRACT_SUFX= .tar.bz2
+DISTFILES+= ${DISTNAME}${EXTRACT_SUFX} \
+ fvwm-themes-extra-${THEM_VER}.tar.bz2
+
+MAINTAINER= gendalia@NetBSD.org
+HOMEPAGE= http://fvwm-themes.sourceforge.net/
+COMMENT= Configuration framework for fvwm2 with samples
+
+DEPENDS+= {fvwm,fvwm2}>=2.4.8:../../wm/fvwm
+
+THEM_VER= 0.6.2
+EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
+
+USE_TOOLS+= perl:run
+USE_X11BASE= YES
+GNU_CONFIGURE= YES
+
+CONFIGURE_ARGS+= --with-ft-datadir=${PREFIX}/share/fvwm2
+
+post-install:
+ ${PREFIX}/bin/fvwm-themes-config --site --install \
+ ${DISTDIR}/fvwm-themes-extra-${THEM_VER}.tar.bz2
+
+.include "../../graphics/ImageMagick/buildlink3.mk"
+.include "../../mk/x11.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"