freebsd-ports/misc/k3b-i18n/Makefile
Alex Kozlov 5003029118 - Convert USE_GETTEXT to USES (part 2)
Approved by:	portmgr (bapt)
2013-04-24 13:36:18 +00:00

26 lines
553 B
Makefile

# New ports collection makefile for: k3b-i18n
# Date created: Tue Mar 16 00:33:35 CET 2004
# Whom: Markus Brueffer <markus@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= k3b-i18n
PORTVERSION= 1.0.5
PORTREVISION= 5
CATEGORIES?= misc kde
MASTER_SITES= SF/k3b/${PORTNAME}/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Localized messages and documentation for K3b
DEPRECATED= Depends on QT3; unmaintained
EXPIRATION_DATE= 2013-07-01
USE_KDELIBS_VER=3
USE_BZIP2= yes
USE_GMAKE= yes
USES= gettext:build
GNU_CONFIGURE= yes
.include <bsd.port.mk>