freebsd-ports/x11-themes/enlightenment-theme-BlueSteel/Makefile
Vanilla I. Shu ea44cf4aaa Change enlightenment's binary name to e16,
and bump version.
2006-04-02 19:19:50 +00:00

30 lines
719 B
Makefile

# New ports collection makefile for: enlightenment-theme-BlueSteel
# Date created: 08 Aug 2004
# Whom: vanilla
#
# $FreeBSD$
#
PORTNAME= enlightenment-theme-BlueSteel
PORTVERSION= 0.16.8
PORTREVISION= 1
CATEGORIES= x11-themes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= enlightenment
DISTNAME= ${PORTNAME:S/enlightenment/e16/}-${PORTVERSION}
MAINTAINER= vanilla@FreeBSD.org
COMMENT= A themes of enlightenment window menager
RUN_DEPENDS= ${X11BASE}/bin/e16:${PORTSDIR}/x11-wm/enlightenment
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-fsstd
NO_BUILD= yes
DATADIR= ${PREFIX}/share/e16
post-install:
${CHOWN} -R root:wheel ${DATADIR}/themes/BlueSteel
.include <bsd.port.mk>