diff options
Diffstat (limited to 'misc/kdeaddons3/Makefile')
-rw-r--r-- | misc/kdeaddons3/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/misc/kdeaddons3/Makefile b/misc/kdeaddons3/Makefile new file mode 100644 index 0000000..4ea96c9 --- /dev/null +++ b/misc/kdeaddons3/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: addons for kde +# Date created: 7 August 2001 +# Whom: will +# +# $FreeBSD$ +# + +PORTNAME= kdeaddons +PORTVERSION= 2.2 +CATEGORIES= misc +MASTER_SITES= ${MASTER_SIDE_KDE} +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/distribution/tar/generic/src + +MAINTAINER= ports@FreeBSD.org + +USE_KDELIBS_VER=2 +USE_BZIP2= yes +GNU_CONFIGURE= yes +USE_GMAKE= yes +PLIST_SUB+= RM=${RM} + +.include <bsd.port.mk> |