summaryrefslogtreecommitdiff
path: root/wm/fvwm2-themes/Makefile
diff options
context:
space:
mode:
authorsalo <salo>2003-02-16 08:04:20 +0000
committersalo <salo>2003-02-16 08:04:20 +0000
commit959436150eae1614fb33cbbd64e014d88adbb7ce (patch)
treea9f0026aafa0257c06af7d9efb7e93328f6dac36 /wm/fvwm2-themes/Makefile
parentb6007d7b5527842b2c8dbc96810b37e46cd16cf8 (diff)
downloadpkgsrc-959436150eae1614fb33cbbd64e014d88adbb7ce.tar.gz
fvwm2-themes gives to a novice fvwm2 user a complete fvwm2 configuration with
precreated themes. The user doesn't need to know any fvwm2 syntax to start using a reasonably powerful and themeable fvwm2 setup. All he needs is to install the latest fvwm2, the latest fvwm2-themes and start fvwm-themes-start. On the other hand, fvwm2-themes gives to a more experience user an ability to create his own personal parts (so called personal theme) to use with other theme components or even to create a completely new theme. Based on package submitted by Tracy Di Marco White via PR pkg/20364 with modifications by me and gendalia herself.
Diffstat (limited to 'wm/fvwm2-themes/Makefile')
-rw-r--r--wm/fvwm2-themes/Makefile33
1 files changed, 33 insertions, 0 deletions
diff --git a/wm/fvwm2-themes/Makefile b/wm/fvwm2-themes/Makefile
new file mode 100644
index 00000000000..753d76993ff
--- /dev/null
+++ b/wm/fvwm2-themes/Makefile
@@ -0,0 +1,33 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/02/16 08:04:20 salo Exp $
+#
+
+DISTNAME= fvwm-themes-${THEM_VER}
+PKGNAME= ${DISTNAME:S/fvwm/&2/}
+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+= fvwm2>=2.4.8:../../wm/fvwm2
+
+THEM_VER= 0.6.2
+EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
+
+USE_BUILDLINK2= YES
+USE_PERL5= YES
+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/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"