freebsd-ports/x11-themes/e17-theme-cthulhain/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

37 lines
923 B
Makefile

# New ports collection makefile for: e17-theme-cthulhain
# Date created: 5 June 2006
# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru>
#
# $FreeBSD$
#
PORTNAME= cthulhain
PORTVERSION= 0.3.9
PORTREVISION= 1
CATEGORIES= x11-themes
MASTER_SITES= http://www0.get-e.org/Themes/E17/_files/ \
ftp://ftp.springdaemons.com/pub/snapshots/e17/
PKGNAMEPREFIX= e17-theme-
DISTNAME= cthulhain-0.3pre9
EXTRACT_SUFX= .edj
MAINTAINER= stas@FreeBSD.org
COMMENT= Cthulhain theme for use with e17 window manager
RUN_DEPENDS= enlightenment-config:${PORTSDIR}/x11-wm/enlightenment-devel
NO_BUILD= yes
NO_WRKSUBDIR= yes
PLIST_FILES= share/enlightenment/data/themes/${DISTNAME}${EXTRACT_SUFX}
do-extract:
${MKDIR} ${WRKDIR}
${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR}
do-install:
${MKDIR} ${PREFIX}/share/enlightenment/data/themes
${INSTALL_DATA} ${WRKSRC}/${DISTFILES} \
${PREFIX}/share/enlightenment/data/themes
.include <bsd.port.mk>