1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/graphics/kbarcode/Makefile
Kirill Ponomarev 8f138b6174 Update to version 1.8.1
PR:		ports/73731
Submitted by:	Ports Fury
2004-11-09 22:06:44 +00:00

32 lines
744 B
Makefile

# New ports collection makefile for: kbarcode
# Date created: 05 July 2002
# Whom: Andy Raffle <andy@digitalspecies.com>
#
# $FreeBSD$
#
PORTNAME= kbarcode
PORTVERSION= 1.8.1
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
RUN_DEPENDS= barcode:${PORTSDIR}/graphics/barcode
USE_KDELIBS_VER= 3
USE_REINPLACE= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
post-patch:
@${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
.include <bsd.port.mk>