diff options
author | jhb <jhb@FreeBSD.org> | 2000-04-01 02:23:14 +0800 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2000-04-01 02:23:14 +0800 |
commit | 603e73a5c2c75eaed230b4745d7d5fec8dc4167d (patch) | |
tree | 88e96442dfaf06b0fdf160fe9e7056720875cb28 /x11/ebuttons | |
parent | 9e06a0f27d7249bb616b5a4b026274ce3451dbbb (diff) | |
download | freebsd-ports-gnome-603e73a5c2c75eaed230b4745d7d5fec8dc4167d.tar.gz freebsd-ports-gnome-603e73a5c2c75eaed230b4745d7d5fec8dc4167d.tar.zst freebsd-ports-gnome-603e73a5c2c75eaed230b4745d7d5fec8dc4167d.zip |
E-Buttons is an epplet for Enlightenment that provides several buttons
that can be used to launch user applications simliar to the asbutton
utility for Afterstep.
Reviewed by: jim
Diffstat (limited to 'x11/ebuttons')
-rw-r--r-- | x11/ebuttons/Makefile | 31 | ||||
-rw-r--r-- | x11/ebuttons/distinfo | 1 | ||||
-rw-r--r-- | x11/ebuttons/files/Makefile | 10 | ||||
-rw-r--r-- | x11/ebuttons/pkg-comment | 1 | ||||
-rw-r--r-- | x11/ebuttons/pkg-descr | 7 | ||||
-rw-r--r-- | x11/ebuttons/pkg-plist | 1 |
6 files changed, 51 insertions, 0 deletions
diff --git a/x11/ebuttons/Makefile b/x11/ebuttons/Makefile new file mode 100644 index 000000000000..8ccdf8915c95 --- /dev/null +++ b/x11/ebuttons/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: E-Buttons 0.2 +# Version required: 0.2 +# Date created: 30 March 2000 +# Whom: jhb +# +# $FreeBSD$ + +DISTNAME= E-buttons-0.2 +PKGNAME= E-Buttons-0.2 +CATEGORIES= x11 +MASTER_SITES= http://www.moodfarm.demon.co.uk/download/ +EXTRACT_SUFX= .tgz + +MAINTAINER= jhb@FreeBSD.org + +LIB_DEPENDS= epplet.1:${PORTSDIR}/x11-wm/epplets + +WRKSRC= ${WRKDIR}/E-buttons + +USE_X_PREFIX= yes + +pre-patch: + ${CP} ${FILESDIR}/Makefile ${WRKSRC} + +pre-build: + @(cd ${WRKSRC} && ${MAKE} clean) + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/E-Buttons.epplet ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/x11/ebuttons/distinfo b/x11/ebuttons/distinfo new file mode 100644 index 000000000000..dd675c51abb1 --- /dev/null +++ b/x11/ebuttons/distinfo @@ -0,0 +1 @@ +MD5 (E-buttons-0.2.tgz) = ba192ab583164ef5016e6979281e8417 diff --git a/x11/ebuttons/files/Makefile b/x11/ebuttons/files/Makefile new file mode 100644 index 000000000000..8066ac80978e --- /dev/null +++ b/x11/ebuttons/files/Makefile @@ -0,0 +1,10 @@ +LIBS = -L${X11BASE}/lib -lepplet +CFLAGS += -I${X11BASE}/include + +all: E-Buttons.epplet + +E-Buttons.epplet: E-buttons.c + ${CC} ${CFLAGS} ${.ALLSRC} ${LIBS} -o ${.TARGET} + +clean: + rm -f E-Buttons.epplet E-buttons.epplet diff --git a/x11/ebuttons/pkg-comment b/x11/ebuttons/pkg-comment new file mode 100644 index 000000000000..6bcc3ec047e8 --- /dev/null +++ b/x11/ebuttons/pkg-comment @@ -0,0 +1 @@ +A simple epplet that contains several buttons used to launch programs diff --git a/x11/ebuttons/pkg-descr b/x11/ebuttons/pkg-descr new file mode 100644 index 000000000000..f13d230d0e8f --- /dev/null +++ b/x11/ebuttons/pkg-descr @@ -0,0 +1,7 @@ +A simple epplet for Enlightenment that provides several buttons used to +launch applications. It is modeled on asbutton. + +WWW: http://www.moodfarm.demon.co.uk/download/#ebuttons + +- John +jhb@FreeBSD.org diff --git a/x11/ebuttons/pkg-plist b/x11/ebuttons/pkg-plist new file mode 100644 index 000000000000..636633d39efb --- /dev/null +++ b/x11/ebuttons/pkg-plist @@ -0,0 +1 @@ +bin/E-Buttons.epplet |