1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/x11-themes/fvwm-themes/Makefile
Stefan Eßer 986beaaabc Move more WWW entries from pkg-descr files into Makefiles
The WWW: lines in the pkg-descr files of these ports where not at the
end of those files and have been missed in prior conversion runs.

Approved by:	portmgr (implicit)
2022-09-08 17:43:21 +02:00

32 lines
825 B
Makefile

PORTNAME= fvwm-themes
PORTVERSION= 0.7.0
PORTREVISION= 6
CATEGORIES= x11-themes
MASTER_SITES= SF
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
${PORTNAME}-extra-${PORTVERSION}${EXTRACT_SUFX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Themes for the Fvwm2 window manager
WWW= http://fvwm-themes.sourceforge.net/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= gm4:devel/m4 \
fvwm2:x11-wm/fvwm2
RUN_DEPENDS= fvwm2:x11-wm/fvwm2
USES= gmake perl5 shebangfix tar:bzip2 xorg
USE_XORG= xpm
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} . | \
${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${STAGEDIR}${PREFIX}/share/fvwm/themes
.include <bsd.port.mk>