d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
30 lines
722 B
Makefile
30 lines
722 B
Makefile
# New ports collection makefile for: enlightenment-theme-ShinyMetal
|
|
# Date created: 08 Aug 2004
|
|
# Whom: vanilla
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= enlightenment-theme-ShinyMetal
|
|
PORTVERSION= 0.16.8
|
|
PORTREVISION= 2
|
|
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/ShinyMetal
|
|
|
|
.include <bsd.port.mk>
|