mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
28 lines
641 B
Makefile
28 lines
641 B
Makefile
|
# New ports collection makefile for: enlightenment-theme-Ganymede
|
||
|
# Date created: 08 Aug 2004
|
||
|
# Whom: vanilla
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= enlightenment-theme-Ganymede
|
||
|
PORTVERSION= 0.16
|
||
|
CATEGORIES= x11-themes
|
||
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||
|
MASTER_SITE_SUBDIR= enlightenment
|
||
|
|
||
|
MAINTAINER= vanilla@FreeBSD.org
|
||
|
COMMENT= A themes of enlightenment window menager
|
||
|
|
||
|
RUN_DEPENDS= ${X11BASE}/bin/enlightenment:${PORTSDIR}/x11-wm/enlightenment
|
||
|
|
||
|
USE_X_PREFIX= yes
|
||
|
GNU_CONFIGURE= yes
|
||
|
CONFIGURE_ARGS= --enable-fsstd
|
||
|
NO_BUILD= yes
|
||
|
|
||
|
post-install:
|
||
|
${CHOWN} -R root:wheel ${X11BASE}/share/enlightenment/themes/Ganymede
|
||
|
|
||
|
.include <bsd.port.mk>
|