diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2008-03-11 21:18:06 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2008-03-11 21:18:06 +0000 |
commit | 161bae27c2d41931f6220a94e6bb77539241723d (patch) | |
tree | c5509c6415604a99783d70208d16a2eb13bb0bd3 /x11/ebuttons | |
parent | - Update enlightenment-devel and EFL libraries to the latest snapshot (diff) |
- Fix build with new libepplet2
- Remove dead mirror
- Remove useless USE_PREFIX variable
- Adopt maintainship
Reported by: pointyhat (via erwin)
Approved by: miwi (mentor)
Notes
Notes:
svn path=/head/; revision=208837
Diffstat (limited to 'x11/ebuttons')
-rw-r--r-- | x11/ebuttons/Makefile | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/x11/ebuttons/Makefile b/x11/ebuttons/Makefile index ec7be06191eb..000d7fd6915e 100644 --- a/x11/ebuttons/Makefile +++ b/x11/ebuttons/Makefile @@ -7,24 +7,25 @@ PORTNAME= E-buttons PORTVERSION= 0.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11 -MASTER_SITES= http://freebsd.unixfreunde.de/sources/ \ - http://mirror2.unixfreunde.de/ +MASTER_SITES= http://freebsd.unixfreunde.de/sources/ EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= gahr@FreeBSD.org COMMENT= A simple epplet that contains several buttons used to launch programs -LIB_DEPENDS= epplet.1:${PORTSDIR}/x11-wm/epplets +LIB_DEPENDS= epplet.2:${PORTSDIR}/x11-wm/epplets \ + Imlib2.4:${PORTSDIR}/graphics/imlib2 PLIST_FILES= bin/E-Buttons.epplet WRKSRC= ${WRKDIR}/E-buttons -USE_X_PREFIX= yes +USE_GL= gl + CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS} -LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib -lepplet -lGL ${PTHREAD_LIBS} +LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib -lepplet -lGL -lImlib2 ${PTHREAD_LIBS} do-build: cd ${WRKSRC} && ${CC} ${CFLAGS} ${CPPFLAGS} -o E-Buttons.epplet \ |