mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
eba4f2817b
PR: 99931 Submitted by: Stanislav Sedov <ssedov mbsd.msk.ru> (maintainer) Approved by: delphij (mentor, implicit)
38 lines
881 B
Makefile
38 lines
881 B
Makefile
# New ports collection makefile for: e17-theme-neptun
|
|
# Date created: 5 June 2006
|
|
# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= neptun
|
|
PORTVERSION= 0.5
|
|
CATEGORIES= x11-themes
|
|
MASTER_SITES= http://www0.get-e.org/Themes/E17/_files/ \
|
|
http://mbsd.msk.ru/dist/
|
|
PKGNAMEPREFIX= e17-theme-
|
|
DISTNAME= neptune-${PORTVERSION}
|
|
EXTRACT_SUFX= .edj
|
|
|
|
MAINTAINER= ssedov@mbsd.msk.ru
|
|
COMMENT= Neptun theme for use with e17 window manager
|
|
|
|
RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment-devel
|
|
|
|
USE_X_PREFIX= yes
|
|
NO_BUILD= yes
|
|
NO_WRKSUBDIR= yes
|
|
|
|
PLIST_FILES= share/enlightenment/data/themes/neptune-0.5.edj
|
|
|
|
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>
|