aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-themes/fvwm-themes/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/x11-themes/fvwm-themes/Makefile b/x11-themes/fvwm-themes/Makefile
index a4e9a1cdf2a6..92080b5d21fb 100644
--- a/x11-themes/fvwm-themes/Makefile
+++ b/x11-themes/fvwm-themes/Makefile
@@ -3,7 +3,7 @@
PORTNAME= fvwm-themes
PORTVERSION= 0.7.0
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= x11-themes
MASTER_SITES= SF
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
@@ -12,13 +12,19 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
MAINTAINER= ports@FreeBSD.org
COMMENT= Themes for the Fvwm2 window manager
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/COPYING
+
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \
fvwm2:${PORTSDIR}/x11-wm/fvwm2
RUN_DEPENDS= fvwm2:${PORTSDIR}/x11-wm/fvwm2
USE_XORG= xpm
-USES= perl5 gmake tar:bzip2
+USES= gmake perl5 shebangfix tar:bzip2
+SHEBANG_FILES= themes/cde/modules/create-buttonbar-config \
+ themes/redmondxp/modules/FvwmThemesPanelManager
GNU_CONFIGURE= yes
+NO_ARCH= yes
post-install:
@cd ${WRKDIR}/${PORTNAME}-extra-${PORTVERSION} && ${FIND} . | \