diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 1999-10-26 04:59:55 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 1999-10-26 04:59:55 +0000 |
commit | 5c30a8b6339d0e8f53eb8797e7cb316c555487c0 (patch) | |
tree | 719928c3a54b1e7c0eba5585ce642393c2fdae87 /x11-wm/epplets | |
parent | d9e84b4f8d6ee3e3c26c49922a3e892e4cfb0880 (diff) | |
download | ports-5c30a8b6339d0e8f53eb8797e7cb316c555487c0.tar.gz ports-5c30a8b6339d0e8f53eb8797e7cb316c555487c0.zip |
a mini-dock application development environment for Enlightenment.
Notes
Notes:
svn path=/head/; revision=22650
Diffstat (limited to 'x11-wm/epplets')
-rw-r--r-- | x11-wm/epplets/Makefile | 24 | ||||
-rw-r--r-- | x11-wm/epplets/distinfo | 1 | ||||
-rw-r--r-- | x11-wm/epplets/pkg-comment | 1 | ||||
-rw-r--r-- | x11-wm/epplets/pkg-descr | 1 | ||||
-rw-r--r-- | x11-wm/epplets/pkg-plist | 31 |
5 files changed, 58 insertions, 0 deletions
diff --git a/x11-wm/epplets/Makefile b/x11-wm/epplets/Makefile new file mode 100644 index 000000000000..4202d33b701e --- /dev/null +++ b/x11-wm/epplets/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: epplets +# Version required: 0.3 +# Date created: 18 October 1999 +# Whom: Yukihiro Nakai <nakai@FreeBSD.org> +# +# $FreeBSD$ +# + +DISTNAME= Epplets-0.3 +PKGNAME= epplets-0.3 +CATEGORIES= x11-wm +MASTER_SITES= http://www.eterm.org/download/ + +MAINTAINER= nakai@FreeBSD.org + +BUILD_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment + +USE_X_PREFIX= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-fsstd +CONFIGURE_ENV= EROOT=${X11BASE}/share/enlightenment \ + EBIN=${X11BASE}/bin + +.include <bsd.port.mk> diff --git a/x11-wm/epplets/distinfo b/x11-wm/epplets/distinfo new file mode 100644 index 000000000000..18d928b62aad --- /dev/null +++ b/x11-wm/epplets/distinfo @@ -0,0 +1 @@ +MD5 (Epplets-0.3.tar.gz) = 2639a99e17e713fa4e4c7decb31801f3 diff --git a/x11-wm/epplets/pkg-comment b/x11-wm/epplets/pkg-comment new file mode 100644 index 000000000000..d52c1c18b2c0 --- /dev/null +++ b/x11-wm/epplets/pkg-comment @@ -0,0 +1 @@ +enlightenment dock application toolkit diff --git a/x11-wm/epplets/pkg-descr b/x11-wm/epplets/pkg-descr new file mode 100644 index 000000000000..d52c1c18b2c0 --- /dev/null +++ b/x11-wm/epplets/pkg-descr @@ -0,0 +1 @@ +enlightenment dock application toolkit diff --git a/x11-wm/epplets/pkg-plist b/x11-wm/epplets/pkg-plist new file mode 100644 index 000000000000..dc90c92b7a58 --- /dev/null +++ b/x11-wm/epplets/pkg-plist @@ -0,0 +1,31 @@ +bin/E-Biff.epplet +bin/E-Clock.epplet +bin/E-Cpu.epplet +bin/E-Load.epplet +bin/E-Net.epplet +bin/E-Time.epplet +bin/EppletTest.epplet +include/epplet.h +lib/libepplet.a +lib/libepplet.la +lib/libepplet.so +lib/libepplet.so.1 +@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B +@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R +share/enlightenment/epplet_icons/E-Biff.icon +share/enlightenment/epplet_icons/E-Clock-Image.png +share/enlightenment/epplet_icons/E-Clock.ABOUT/MAIN +share/enlightenment/epplet_icons/E-Clock.ABOUT/aircut3.ttf +share/enlightenment/epplet_icons/E-Clock.ABOUT/bg.png +share/enlightenment/epplet_icons/E-Clock.icon +share/enlightenment/epplet_icons/E-Cpu.ABOUT/MAIN +share/enlightenment/epplet_icons/E-Cpu.ABOUT/aircut3.ttf +share/enlightenment/epplet_icons/E-Cpu.ABOUT/bg.png +share/enlightenment/epplet_icons/E-Cpu.icon +share/enlightenment/epplet_icons/E-Load.icon +share/enlightenment/epplet_icons/E-Net.icon +share/enlightenment/epplet_icons/newmail.png +share/enlightenment/epplet_icons/nomail.png +@dirrm share/enlightenment/epplet_icons/E-Clock.ABOUT +@dirrm share/enlightenment/epplet_icons/E-Cpu.ABOUT +@dirrm share/enlightenment/epplet_icons |