diff options
author | makc <makc@FreeBSD.org> | 2009-02-22 01:55:46 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2009-02-22 01:55:46 +0800 |
commit | 1e1926d7864fffe8e6a81abf668c1a5f81ab0821 (patch) | |
tree | 8741a00e5bf242edb75ea2927bc82f5173d4421b /x11-themes/kdmtheme/Makefile | |
parent | c1ccfcbf6e1f714881d9e8689028a3f06f297d5e (diff) | |
download | freebsd-ports-gnome-1e1926d7864fffe8e6a81abf668c1a5f81ab0821.tar.gz freebsd-ports-gnome-1e1926d7864fffe8e6a81abf668c1a5f81ab0821.tar.zst freebsd-ports-gnome-1e1926d7864fffe8e6a81abf668c1a5f81ab0821.zip |
Update to 1.2.2 (backported from KDE4)
Diffstat (limited to 'x11-themes/kdmtheme/Makefile')
-rw-r--r-- | x11-themes/kdmtheme/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/x11-themes/kdmtheme/Makefile b/x11-themes/kdmtheme/Makefile index 6e8a999b2fee..6656e7273796 100644 --- a/x11-themes/kdmtheme/Makefile +++ b/x11-themes/kdmtheme/Makefile @@ -6,20 +6,23 @@ # PORTNAME= kdmtheme -PORTVERSION= 1.1.3 -PORTREVISION= 3 +PORTVERSION= 1.2.2 CATEGORIES= x11-themes MASTER_SITES= http://beta.smileaf.org/files/kdmtheme/ \ ${MASTER_SITE_GENTOO:S/%SUBDIR%/distfiles/} -MAINTAINER= makc@issp.ac.ru +MAINTAINER= makc@FreeBSD.org COMMENT= KDM Theme Manager USE_KDEBASE_VER=3 USE_BZIP2= yes -USE_AUTOTOOLS= libtool:15 +USE_PERL5_BUILD=yes +USE_AUTOTOOLS= automake:19:env autoconf:262:env libtool:15 USE_GMAKE= yes +pre-configure: + @(cd ${WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${SH} admin/cvs.sh dist) + post-install: @${CAT} ${PKGMESSAGE} |