Ion-Mihai Tetcu d5a7471717 Update to version 2.0.4
PR:		ports/101192
Submitted by:	KATO Tsuguru
2006-08-01 19:11:24 +00:00

35 lines
737 B
Makefile

# New ports collection makefile for: kbarcode
# Date created: 05 July 2002
# Whom: Andy Raffle <andy@digitalspecies.com>
#
# $FreeBSD$
#
PORTNAME= kbarcode
PORTVERSION= 2.0.4
CATEGORIES= graphics kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= A barcode and label printing application for KDE
LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre
USE_KDELIBS_VER= 3
USE_GMAKE= yes
USE_AUTOTOOLS= libtool:15
INSTALLS_ICONS= yes
USE_GETTEXT= yes
.include <bsd.port.pre.mk>
post-patch:
.if ${OSVERSION} < 500000
@${REINPLACE_CMD} -e 's/ or / || /g ; \
s/ and / \&\& /g ; \
s/return false/return 0/g' ${WRKSRC}/kbarcode/tec.cpp
.endif
.include <bsd.port.post.mk>