freebsd-ports/x11-themes/e17-theme-cthulhain/Makefile
Stanislav Sedov 422bce3414 - Return my ports back to the pool. I was unable to make any fixes to
my ports in the past 3 weeks while ports were broken on any 10.x
  machines, which means I'm unable to maintain them.  So let people know
  that there's no available support for them until things are back to
  normal (which also means that anyone with spare time will be able
  to fix them without getting approval).
2011-10-24 03:33:20 +00:00

37 lines
847 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.4.5
PORTREVISION= 3
PORTEPOCH= 1
CATEGORIES= x11-themes
MASTER_SITES= GOOGLE_CODE
MASTER_SITE_SUBDIR= Themes/E17
PKGNAMEPREFIX= e17-theme-
EXTRACT_SUFX= .edj
MAINTAINER= ports@FreeBSD.org
COMMENT= Cthulhain theme for use with e17 window manager
RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment
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>