diff options
author | linimon <linimon@FreeBSD.org> | 2003-12-29 09:54:25 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-12-29 09:54:25 +0000 |
commit | 3a8d382cd58342b4f42579b4e8c44465eb5592b7 (patch) | |
tree | f105b0c033e68df04d4f220f5f4d67b9a1a444ef /print/kcdlabel/Makefile | |
parent | adb47a13d7429466982884c440b5dc5873572eba (diff) | |
download | FreeBSD-ports-3a8d382cd58342b4f42579b4e8c44465eb5592b7.zip FreeBSD-ports-3a8d382cd58342b4f42579b4e8c44465eb5592b7.tar.gz |
Add two new KDE apps to deal with CDs:
kcdlabel creates covers, labels and booklets for your CD cases;
kover is a WYSIWYG CD cover printer.
PR: ports/60674, ports/60673
Submitted by: Markus Brueffer <brueffer@phoenix-systems.de>
Diffstat (limited to 'print/kcdlabel/Makefile')
-rw-r--r-- | print/kcdlabel/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/print/kcdlabel/Makefile b/print/kcdlabel/Makefile new file mode 100644 index 0000000..baa9288 --- /dev/null +++ b/print/kcdlabel/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: kcdlabel +# Date created: Mon Dec 29 03:01:39 CET 2003 +# Whom: Markus Brueffer <brueffer@phoenix-systems.de> +# +# $FreeBSD$ + +PORTNAME= kcdlabel +PORTVERSION= 2.12 +CATEGORIES= print kde +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} +DISTNAME= ${PORTNAME}-${PORTVERSION}-KDE3 + +MAINTAINER= brueffer@phoenix-systems.de +COMMENT= Create covers, labels and booklets for your CD cases + +USE_KDELIBS_VER= 3 +USE_GMAKE= yes +GNU_CONFIGURE= yes +USE_REINPLACE= yes + +post-patch: + @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT} + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/x11/kde3/Makefile.kde" +.include <bsd.port.post.mk> |