summaryrefslogtreecommitdiff
path: root/x11/ebuttons
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2000-03-31 18:23:14 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2000-03-31 18:23:14 +0000
commit079dddae7a137687602cd6a8558bacb91fce040c (patch)
tree3cf0cf736d8689b35f09729c20531096d9fd5324 /x11/ebuttons
parentUpdate smalltalk to 1.7.3. (diff)
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
Notes
Notes: svn path=/head/; revision=27192
Diffstat (limited to 'x11/ebuttons')
-rw-r--r--x11/ebuttons/Makefile31
-rw-r--r--x11/ebuttons/distinfo1
-rw-r--r--x11/ebuttons/files/Makefile10
-rw-r--r--x11/ebuttons/pkg-comment1
-rw-r--r--x11/ebuttons/pkg-descr7
-rw-r--r--x11/ebuttons/pkg-plist1
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