26 lines
566 B
Makefile
26 lines
566 B
Makefile
# New ports collection makefile for: kde4-icons-oxygen
|
|
# Date created: 2009-03-30
|
|
# Whom: Max Brazhnikov <makc@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= oxygen
|
|
PORTVERSION= ${KDE4_VERSION}
|
|
CATEGORIES= x11-themes kde
|
|
MASTER_SITES= ${MASTER_SITE_KDE}
|
|
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
|
|
PKGNAMEPREFIX= kde4-icons-
|
|
DISTNAME= ${PORTNAME}-icons-${PORTVERSION}
|
|
DIST_SUBDIR= KDE
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= The Oxygen icon theme for KDE
|
|
|
|
USE_BZIP2= yes
|
|
USE_KDE4= kdeprefix kdehier
|
|
USE_CMAKE= yes
|
|
INSTALL_TARGET= install
|
|
|
|
.include <bsd.port.mk>
|