From d48c67b1417bae2355a988e7093a6e1468512932 Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Sat, 3 Jun 2006 12:03:39 +0000 Subject: Upgrade to 0.9. --- x11-wm/epplets/Makefile | 37 ++++++++----------------------------- 1 file changed, 8 insertions(+), 29 deletions(-) (limited to 'x11-wm/epplets/Makefile') diff --git a/x11-wm/epplets/Makefile b/x11-wm/epplets/Makefile index c4b1e49ab96b..f21d2ba76daa 100644 --- a/x11-wm/epplets/Makefile +++ b/x11-wm/epplets/Makefile @@ -6,8 +6,7 @@ # PORTNAME= epplets -PORTVERSION= 0.7 -PORTREVISION= 5 +PORTVERSION= 0.9 CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= enlightenment @@ -16,8 +15,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A collection of Enlightenment dock applications BUILD_DEPENDS= e16:${PORTSDIR}/x11-wm/enlightenment -LIB_DEPENDS= cdaudio.1:${PORTSDIR}/audio/libcdaudio \ - epplet.1:${PORTSDIR}/x11-wm/libepplet +LIB_DEPENDS= Imlib2.3:${PORTSDIR}/graphics/imlib2 \ + cdaudio.1:${PORTSDIR}/audio/libcdaudio RUN_DEPENDS= import:${PORTSDIR}/graphics/ImageMagick \ e16:${PORTSDIR}/x11-wm/enlightenment @@ -25,31 +24,11 @@ USE_X_PREFIX= yes USE_GNOME= esound lthack USE_GL= yes USE_GMAKE= yes +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes -CONFIGURE_ENV= EROOT="${X11BASE}/share/enlightenment" \ - EBIN="${X11BASE}/bin" \ - CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ - LDFLAGS="-L${LOCALBASE}/lib -lintl ${PTHREAD_LIBS}" +INSTALLS_SHLIB= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --enable-fsstd -MAKE_ARGS= SUBDIRS="epplets debian" -.include - -.if ${ARCH} == "i386" -APM_PROGS= E-Power.epplet -PLIST_SUB+= APM_PROGS="" -.else -APM_PROGS= # none -PLIST_SUB+= APM_PROGS="@comment " -.endif - -post-extract: - @${RM} -f ${WRKSRC}/api/epplet.h* - -post-patch: - @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ - 's| ../api/epplet.h||g ; \ - s|@APM_PROGS@|${APM_PROGS}|g' - @${REINPLACE_CMD} -e 's| api/epplet.h||g' ${WRKSRC}/configure - -.include +.include -- cgit v1.2.3