diff options
Diffstat (limited to 'x11-themes/kdeartwork4/Makefile')
-rw-r--r-- | x11-themes/kdeartwork4/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/x11-themes/kdeartwork4/Makefile b/x11-themes/kdeartwork4/Makefile new file mode 100644 index 00000000000..dc61ac3ede1 --- /dev/null +++ b/x11-themes/kdeartwork4/Makefile @@ -0,0 +1,22 @@ +# 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> |