# New ports collection makefile for: kde3-i18n-pl # Date created: 05 April 2002 # Whom: Lauri Watts # # $FreeBSD$ # PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} PORTREVISION= 5 CATEGORIES?= polish kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src/kde-i18n DIST_SUBDIR= KDE MAINTAINER= ports@FreeBSD.org COMMENT= Polish messages and documentation for KDE3 DEPRECATED= Depends on QT3; unmaintained EXPIRATION_DATE= 2013-07-01 USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes USE_GETTEXT= build GNU_CONFIGURE= yes KDE_I18N= yes .include "${.CURDIR}/../../x11/kde3/Makefile.kde" .include it repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - Remove GOOGLE_CODE from MASTER_SITES and unbreak this portsunpoet2016-11-061-5/+2
| | | | | - Remove PROJECTHOST - Add LICENSE_FILE
* GOOGLE_CODE has gone away.mat2016-09-141-0/+2
| | | | | | | | | | - If a port has another upstream, remove GOOGLE_CODE - If a port only has GOOGLE_CODE mark it BROKEN Some ports have a local mirror configured but for security reasons, it is not considered upstream. Sponsored by: Absolight
* - Add NO_ARCHsunpoet2015-10-041-2/+2
| | | | - Pet portlint: move PROJECTHOST upward
* - Add my LOCAL to MASTER_SITESsunpoet2015-03-222-1/+3
| | | | - Add git repository to WWW
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-262-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr
* - Add LICENSEsunpoet2014-11-25