diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-08-09 13:19:15 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-08-09 13:19:15 +0000 |
commit | 41ddb98966664fc1c713f569149583c616eff7c9 (patch) | |
tree | 6a23d6ecccb4245a8c200c69504cff3a8a121cb6 /x11 | |
parent | a417e72d9390e58abb6ca9c33a7941c4c14e1d1c (diff) |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/fbdesk/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/x11/fbdesk/Makefile b/x11/fbdesk/Makefile index d4aa3fed27c6..f2880127bf62 100644 --- a/x11/fbdesk/Makefile +++ b/x11/fbdesk/Makefile @@ -10,32 +10,31 @@ PORTVERSION= 1.4.1 PORTREVISION= 4 CATEGORIES= x11 MASTER_SITES= http://fluxbox.sourceforge.net/download/ \ - ${MASTER_SITE_GENTOO} \ - http://dl.fkb.wormulon.net/fbdesk/ \ - http://dl.kel.wormulon.net/fbdesk/ -MASTER_SITE_SUBDIR= distfiles + GENTOO/distfiles MAINTAINER= ports@FreeBSD.org COMMENT= A Fluxbox utility to create and manage icons on the desktop +LICENSE= MIT + LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png OPTIONS= IMLIB2 "Imlib2 (pixmap themes) support" On USE_XORG= xext xft xpm xrender -USE_GNOME= gnometarget +WANT_EFL= yes GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes PORTDOCS= ChangeLog INSTALL README PLIST_FILES= bin/fbdesk -USE_EFL= imlib2 .include <bsd.port.pre.mk> .if defined(WITHOUT_IMLIB2) CONFIGURE_ARGS+= --disable-imlib2 .else -USE_EFL= imlib2 +USE_EFL+= imlib2 .endif post-install: |