freebsd-ports/x11-themes/kdmtheme/Makefile
Beat Gaetzi 8558ca7184 - Deprecate QT3, KDE3 and unmaintained ports depending on them. QT 3.3.8
was released in 2007 and KDE 3.5.10 in 2008 and both are no longer
  maintained upstream nor in our tree.
- Set EXPIRATION_DATE to 2013-07-01

Discussed with:	bapt, tabthorpe
2012-12-30 12:03:51 +00:00

35 lines
788 B
Makefile

## New ports collection makefile for: KDM theme manager
# Date created: 12 April 2005
# Whom: illusia <illusia@inbox.lv>
#
# $FreeBSD$
#
PORTNAME= kdmtheme
PORTVERSION= 1.2.2
PORTREVISION= 6
CATEGORIES= x11-themes
MASTER_SITES= http://beta.smileaf.org/files/kdmtheme/ \
${MASTER_SITE_GENTOO:S/%SUBDIR%/distfiles/}
MAINTAINER= ports@FreeBSD.org
COMMENT= KDM Theme Manager
DEPRECATED= Depends on QT3; unmaintained
EXPIRATION_DATE= 2013-07-01
USE_KDEBASE_VER=3
USE_BZIP2= yes
USE_PERL5_BUILD=yes
USE_AUTOTOOLS= automake:env autoconf:env libtool autoheader:env
USE_GMAKE= yes
AUTOTOOLSFILES= admin/cvs.sh admin/detect-autoconf.sh
pre-configure:
@(cd ${WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${SH} admin/cvs.sh dist)
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>