25 lines
499 B
Makefile
25 lines
499 B
Makefile
# New ports collection makefile for: kde2-i18n
|
|
# Date created: 1 March 2001
|
|
# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= kde-i18n
|
|
PORTVERSION= 2.1
|
|
CATEGORIES= misc kde
|
|
MASTER_SITES= ${MASTER_SITE_KDE}
|
|
MASTER_SITE_SUBDIR= stable/${PORTVERSION}/distribution/tar/generic/src
|
|
|
|
MAINTAINER= demon@FreeBSD.org
|
|
|
|
LIB_DEPENDS= kdecore.4:${PORTSDIR}/x11/kdelibs2 \
|
|
intl.1:${PORTSDIR}/devel/gettext
|
|
|
|
USE_BZIP2= yes
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|