freebsd-ports/x11-themes/fluxbox-tenr-styles-pack/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

28 lines
632 B
Makefile

# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
PORTNAME= fluxbox-tenr-styles-pack
PORTVERSION= 20071215
PORTREVISION= 3
CATEGORIES= x11-themes
MASTER_SITES= http://freebsd.unixfreunde.de/sources/fluxthemes/
DISTNAME= tenr.de-styles-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Tenner themes pack for fluxbox
RUN_DEPENDS= fluxbox:x11-wm/fluxbox
INSTALL_DIR= ${PREFIX}/share/fluxbox/styles/
USES= tar:bzip2
USE_XORG= x11
NO_BUILD= yes
WRKSRC= ${WRKDIR}/tenr.de-styles-pkg
do-install:
${MKDIR} ${STAGEDIR}${INSTALL_DIR}
cd ${WRKSRC}; ${COPYTREE_SHARE} \* ${STAGEDIR}${INSTALL_DIR}
.include <bsd.port.mk>