diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2009-02-21 17:55:46 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2009-02-21 17:55:46 +0000 |
commit | 973908eb0760b028b7ad122d713103382639f02b (patch) | |
tree | c672a98f87ab317ab166aa0aedfe44a2ff474823 /x11-themes/kdmtheme/Makefile | |
parent | 2dd2ecbf71aadb6a697ec50af16135ad05b7c3d8 (diff) | |
download | ports-973908eb0760b028b7ad122d713103382639f02b.tar.gz ports-973908eb0760b028b7ad122d713103382639f02b.zip |
Notes
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} |