# New ports collection makefile for: kcd # Date created: 5 May 1999 # Whom: Andrey Zakhvatov # # $FreeBSD$ # PORTNAME= kcd PORTVERSION= 7.14.0 PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= misc MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Change directory in full-screen visual mode USE_GETTEXT= yes USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -lintl" MAN1= kcd.1 do-install: ${INSTALL_SCRIPT} ${WRKSRC}/kcd-inst ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/kcdscr ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/kcdmain ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/kcd.1 ${MANPREFIX}/man/man1 .for i in en_GB en_GB.UTF-8 en_US.UTF-8 @${MKDIR} ${PREFIX}/share/locale/${i}/LC_MESSAGES ${INSTALL_DATA} ${WRKSRC}/po/${i}.gmo \ ${PREFIX}/share/locale/${i}/LC_MESSAGES/kcd.mo .endfor .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} @${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/kcd.csh.init ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/kcd.sh.init ${EXAMPLESDIR} .endif .include cgi/freebsd-ports-graphics/'>freebsd-ports-graphics
FreeBSD graphics obsolete development ports (https://github.com/freebsd/freebsd-ports-graphics)
aboutsummaryrefslogtreecommitdiffstats
path: root/lang/perl5.22
Commit message (Expand)AuthorAgeFilesLines
* Mark lang/perl5.20 as unsupported, and lang/perl5.22 as soon to be outmat2016-11-031-0/+3
* Update Perl 5.22.3 & 5.24.1 to -RC4.mat2016-10-142-4/+4
* Update Perl 5.22.3 & 5.24.1 to -RC3.mat2016-08-133-8/+8
* Update lang/perl5.* to fix CVE-2016-1238.mat2016-08-116-17/+29
* Ensure makewhatis is run in post install script phasebapt2016-05-251-2/+4
* A new release was done, so resync all the Perl 5 Makefiles a bit more,mat2016-05-101-4/+0
* Try to simplify how libperl.so is looked for.mat2016-05-091-2/+6
* - Remove PORTREVISIONsunpoet2016-05-011-1/+0
* Update to 5.22.2.mat2016-05-016-109/+11
* Don't do the extra zlib tests, they take forever.mat2016-04-251-1/+1
* Fix a Perl security issue.mat2016-04-182-1/+101
* Fix running make test (I think) and test more things.mat2016-04-141-1/+2
* Change the man.d file to one that should be less prone to conflict.mat2016-04-112-3/+4
* Patch Config_heavy.pl so that -L${WRKSRC} is not removed after Perl is built.mat2016-04-111-2/+7
* Fix manual build of Perl modules when Perl has been cross compiled.mat2016-04-041-1/+7
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.mat2016-04-01