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-11-09 23:06:44 +01:00
|
|
|
PORTVERSION= 1.8.1
|
2005-03-12 11:54:27 +01: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
|
2004-11-09 23:06:44 +01:00
|
|
|
USE_REINPLACE= yes
|
2003-11-19 15:52:21 +01:00
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2003-02-08 03:42:30 +01:00
|
|
|
|
2004-05-22 00:23:08 +02:00
|
|
|
post-patch:
|
2004-11-09 23:06:44 +01:00
|
|
|
@${REINPLACE_CMD} -e 's,-O2,,g ; \
|
|
|
|
s,-lpthread,${PTHREAD_LIBS},g' ${WRKSRC}/${CONFIGURE_SCRIPT}
|
|
|
|
@${REINPLACE_CMD} -e \
|
|
|
|
's,$$(LIB_KDEUI)$$,$$(LIB_KDEUI) $$(LIBPTHREAD),g' \
|
|
|
|
${WRKSRC}/kbarcode/Makefile.in
|
2004-05-22 00:23:08 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|