diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2011-08-09 21:19:15 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2011-08-09 21:19:15 +0800 |
commit | 2e1b589e30b6767b3b0cab89fedd852e15ee3bed (patch) | |
tree | fd04b6efd6f0c3c752e88b04096604145f91ce55 /x11 | |
parent | 7e30b5e30a67ad727377037d476f498eb3ca9d38 (diff) | |
download | freebsd-ports-gnome-2e1b589e30b6767b3b0cab89fedd852e15ee3bed.tar.gz freebsd-ports-gnome-2e1b589e30b6767b3b0cab89fedd852e15ee3bed.tar.zst freebsd-ports-gnome-2e1b589e30b6767b3b0cab89fedd852e15ee3bed.zip |
- Fix MASTER_SITES
- Add LICENSE
- Add MAKE_JOBS_SAFE
PR: 159494
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
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: |