diff options
author | wen <wen@FreeBSD.org> | 2010-10-18 11:13:44 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-10-18 11:13:44 +0800 |
commit | 804d876f70fb433fe2aca33b04a6ae7e774b5987 (patch) | |
tree | 0228af9edede3aaf77fb1c1af4ac446836d8949f /x11-themes/lxappearance/Makefile | |
parent | b8dfcd220bd0e55b7571bed5f8d8e43ad9958b92 (diff) | |
download | freebsd-ports-gnome-804d876f70fb433fe2aca33b04a6ae7e774b5987.tar.gz freebsd-ports-gnome-804d876f70fb433fe2aca33b04a6ae7e774b5987.tar.zst freebsd-ports-gnome-804d876f70fb433fe2aca33b04a6ae7e774b5987.zip |
- Update to version 0.5.0
- Mark MAKE_JOBS_SAFE
- Pass maintainership to submitter
PR: ports/151432
Submitted by: "Pawel Pekala" <c0rn@o2.pl>
Diffstat (limited to 'x11-themes/lxappearance/Makefile')
-rw-r--r-- | x11-themes/lxappearance/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/x11-themes/lxappearance/Makefile b/x11-themes/lxappearance/Makefile index a742a35fabd3..c0f3534aa9bc 100644 --- a/x11-themes/lxappearance/Makefile +++ b/x11-themes/lxappearance/Makefile @@ -6,20 +6,19 @@ # PORTNAME= lxappearance -PORTVERSION= 0.4.0 -PORTREVISION= 2 +PORTVERSION= 0.5.0 CATEGORIES= x11-themes gnome MASTER_SITES= SF/lxde/LXAppearance -MAINTAINER= ports@FreeBSD.org +MAINTAINER= c0rn@o2.pl COMMENT= A desktop-independent theme switcher for GTK+ USE_GNOME= gnomehack gtk20 intlhack USE_GETTEXT= yes USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +MAKE_JOBS_SAFE= yes -MAN1= lxappearance.1 +LICENSE= GPLv2 .include <bsd.port.mk> |