# New ports collection makefile for: pib # Date created: 30 December 1996 # Whom: Mike Smith # # $FreeBSD$ # PORTNAME= pib PORTVERSION= 1.2 PORTREVISION= 2 CATEGORIES= ports-mgmt tk MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= msmith MAINTAINER= ports@FreeBSD.org COMMENT= GUI Ports Collection management tool USE_TK= 84 USE_TK_BUILD= 84 .include do-install: ${MKDIR} ${PREFIX}/lib/pib ${INSTALL_SCRIPT} ${WRKSRC}/*.tcl ${PREFIX}/lib/pib ${INSTALL_DATA} ${WRKSRC}/libTkSteal.so.2* ${PREFIX}/lib/pib ${LN} -fs ${PREFIX}/lib/pib/pib.tcl ${PREFIX}/bin/pib .include tle='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.01wen2018-07-132-4/+4
| | | | Changes: https://metacpan.org/changes/distribution/Audio-Scan
* Update WWWsunpoet2018-05-281-1/+1
| | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
* - Update to 1.00wen2018-04-222-4/+4
| | | | Changes: http://search.cpan.org/src/AGRUNDMA/Audio-Scan-1.00/Changes
* Update to 0.99sunpoet2017-12-042-4/+4
| | | | Changes: http://search.cpan.org/dist/Audio-Scan/Changes
* Update to 0.98sunpoet2017-04-292-4/+4
| | | | Changes: http://search.cpan.org/dist/Audio-Scan/Changes
* Update to 0.97sunpoet2017-04-292-4/+4
| | | | Changes: http://search.cpan.org/dist/Audio-Scan/Changes
* - Update to 0.96sunpoet2016-11-242-4/+7
| | | | | | - Strip shared library Changes: http://search.cpan.org/dist/Audio-Scan/Changes
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.mat2016-04-011-1/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* Start removing MASTER_SITE_SUBDIR=CPAN:username where possible. Theadamw2015-06-241-1/+0
| | | | | | downside to having this set is that portscout cannot find new releases when the username changes (which happens often in large projects with multiple maintainers).
* Some OCD cleanups on some of the perl@ ports.adamw2015-03-131-1/+1
| | | | | | | | | | | | | - Remove dependencies in core - Put testing depends in TEST_DEPENDS - Remove unnecessary bsd.port.options.mk inclusions - Remove checks for Perl versions that no longer exist in the ports tree - Sort plists, some of which were so jumbled that I have to assume the plist was randomized before committing A lot of the plist changes in this commit are moving PERL5_MAN3 after SITE_PERL. It's repo churn now, but it makes updating the ports later far easier.
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-262-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Cleanup plistbapt2014-10-201-3/+0
|
* Remove all the bootstrap files (.bs) from the plists.mat2014-06-10