freebsd-ports/misc/kde3-i18n-id/Makefile
Dmitry Sivachenko c96b4198d0 Upgrade to 2.2.1.
Submitted by:		SASAKI Katuhiro <sahiro@crest.ocn.ne.jp>
(with slight modifications)
2001-10-27 08:50:18 +00:00

32 lines
598 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.2.1
CATEGORIES?= misc kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src
DIST_SUBDIR= KDE
MAINTAINER?= kde@FreeBSD.org
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
USE_KDELIBS_VER=2
USE_BZIP2= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
PLIST= ${WRKDIR}/PLIST
SCRIPTS_ENV+= PLIST=${PLIST}
pre-configure:
@${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/Configure
.include <bsd.port.mk>