summaryrefslogtreecommitdiff
path: root/print/kcdlabel/Makefile
blob: bf44c56a70eec900c303484d894aac62e1368157 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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
PORTREVISION=	4
CATEGORIES=		print kde
MASTER_SITES=		${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
DISTNAME=		${PORTNAME}-${PORTVERSION}-KDE3

MAINTAINER=		markus@FreeBSD.org
COMMENT=		Create covers, labels and booklets for your CD cases

USE_KDELIBS_VER=	3
USE_GMAKE=		yes
USE_AUTOTOOLS=		libtool:15
USE_REINPLACE=		yes

post-patch:
	@${REINPLACE_CMD} -e 's|-O2||g; s|-lpthread|${PTHREAD_LIBS}|g' \
		${WRKSRC}/${CONFIGURE_SCRIPT}

.include <bsd.port.mk>