freebsd-ports/x11-themes/kde4-windeco-nitrogen/Makefile
Jason E. Hale 99613003a7 - Mark DEPRECATED; this project merged with the Oxygen windeco
included with KDE4
- Set EXPIRATION_DATE to one month from now

While here:
- Support staging
- Add LICENSE (GPLv2)
- Add USES=gettext
2014-06-14 14:21:46 +00:00

25 lines
670 B
Makefile

# Created by: kmoore
# $FreeBSD$
PORTNAME= nitrogen
PORTVERSION= 3.3.3
PORTREVISION= 6
CATEGORIES= x11-themes kde
MASTER_SITES= http://www.kde-look.org/CONTENT/content-files/
PKGNAMEPREFIX= kde4-windeco-
DISTNAME= 99551-${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}-Source
MAINTAINER= ports@FreeBSD.org
COMMENT= KDE4 window decoration
LICENSE= GPLv2
DEPRECATED= Merged with the Oxygen windeco included with KDE4
EXPIRATION_DATE= 2014-07-14
USE_KDE4= kdelibs kdehier kdeprefix automoc4 workspace
USE_QT4= corelib qmake_build moc_build rcc_build uic_build
USES= cmake gettext
WRKSRC= ${WRKDIR}/${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}-Source
.include <bsd.port.mk>