2003-02-08 03:42:30 +01:00
|
|
|
# New ports collection makefile for: kbarcode
|
|
|
|
# Date created: 05 July 2002
|
|
|
|
# Whom: Andy Raffle <andy@digitalspecies.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= kbarcode
|
2004-02-10 16:31:34 +01:00
|
|
|
PORTVERSION= 1.6.2
|
2004-04-05 05:31:02 +02:00
|
|
|
PORTREVISION= 1
|
2003-02-08 03:42:30 +01:00
|
|
|
CATEGORIES= graphics kde
|
2003-11-13 08:45:04 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2003-02-08 03:42:30 +01:00
|
|
|
|
2003-11-13 08:23:59 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-11-19 15:52:21 +01:00
|
|
|
COMMENT= A barcode and label printing application for KDE
|
2003-02-08 03:42:30 +01:00
|
|
|
|
2003-11-19 15:52:21 +01:00
|
|
|
RUN_DEPENDS= barcode:${PORTSDIR}/graphics/barcode
|
2003-02-08 03:42:30 +01:00
|
|
|
|
2003-11-13 08:45:04 +01:00
|
|
|
USE_KDELIBS_VER= 3
|
2003-11-19 15:52:21 +01:00
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2004-05-22 00:23:08 +02:00
|
|
|
USE_REINPLACE= yes
|
2003-02-08 03:42:30 +01:00
|
|
|
|
2004-05-22 00:23:08 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|-O2||g' -e 's|-lpthread|${PTHREAD_LIBS}|g' \
|
|
|
|
${WRKSRC}/${CONFIGURE_SCRIPT}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|