freebsd-ports/graphics/kbarcode/Makefile
Beat Gaetzi 8558ca7184 - Deprecate QT3, KDE3 and unmaintained ports depending on them. QT 3.3.8
was released in 2007 and KDE 3.5.10 in 2008 and both are no longer
  maintained upstream nor in our tree.
- Set EXPIRATION_DATE to 2013-07-01

Discussed with:	bapt, tabthorpe
2012-12-30 12:03:51 +00:00

36 lines
897 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.7
PORTREVISION= 8
CATEGORIES= graphics kde
MASTER_SITES= SF/${PORTNAME}/Stable/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A barcode and label printing application for KDE
LIB_DEPENDS= pcre.3:${PORTSDIR}/devel/pcre
DEPRECATED= Depends on QT3; unmaintained
EXPIRATION_DATE= 2013-07-01
USE_KDELIBS_VER= 3
USE_GETTEXT= yes
USE_GMAKE= yes
USE_AUTOTOOLS= automake:env autoconf:env libtool:env
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
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
.include <bsd.port.mk>