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
|
2008-05-30 15:43:49 +02:00
|
|
|
PORTVERSION= 2.0.7
|
2010-02-05 12:46:55 +01:00
|
|
|
PORTREVISION= 3
|
2003-02-08 03:42:30 +01:00
|
|
|
CATEGORIES= graphics kde
|
2009-08-22 02:23:13 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/Stable/${PORTVERSION}
|
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
|
|
|
|
2006-04-24 13:31:20 +02:00
|
|
|
LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre
|
|
|
|
|
2006-04-03 16:08:55 +02:00
|
|
|
USE_KDELIBS_VER= 3
|
2006-12-01 17:53:55 +01:00
|
|
|
USE_GETTEXT= yes
|
2003-11-19 15:52:21 +01:00
|
|
|
USE_GMAKE= yes
|
2009-08-02 21:36:34 +02:00
|
|
|
USE_AUTOTOOLS= automake:19:env autoconf:262:env libtool:22:env
|
2007-10-05 23:55:08 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2006-08-01 21:11:24 +02:00
|
|
|
INSTALLS_ICONS= yes
|
2003-02-08 03:42:30 +01:00
|
|
|
|
2007-10-05 23:55:08 +02:00
|
|
|
pre-configure:
|
|
|
|
@cd ${WRKSRC} \
|
|
|
|
&& ${RM} -f admin/libtool.m4.in admin/ltmain.sh \
|
|
|
|
&& ${CP} -f ${LIBTOOL_M4} admin/libtool.m4.in \
|
|
|
|
&& ${CP} -f ${LTMAIN} admin/ltmain.sh \
|
|
|
|
&& ${SETENV} ${MAKE_ENV} UNSERMAKE=no ${GMAKE} -f admin/Makefile.common
|
|
|
|
|
2007-04-15 23:06:14 +02:00
|
|
|
.include <bsd.port.mk>
|