23 lines
433 B
Makefile
23 lines
433 B
Makefile
# New ports collection makefile for: KDE artwork
|
|
# Date created: 20 August 2001
|
|
# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= kdeartwork
|
|
PORTVERSION= 2.2
|
|
CATEGORIES= x11-wm kde
|
|
MASTER_SITES= ${MASTER_SITE_KDE}
|
|
MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src
|
|
|
|
MAINTAINER= demon@FreeBSD.org
|
|
|
|
USE_KDELIBS_VER=2
|
|
USE_BZIP2= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
INSTALLS_SHLIB= yes
|
|
|
|
.include <bsd.port.mk>
|