# $Id: Makefile,v 1.40 1998/12/12 07:41:46 asami Exp $ # SUBDIR += archivers SUBDIR += astro SUBDIR += audio SUBDIR += benchmarks SUBDIR += biology SUBDIR += cad SUBDIR += chinese SUBDIR += comms SUBDIR += converters SUBDIR += databases SUBDIR += deskutils SUBDIR += devel SUBDIR += editors SUBDIR += emulators SUBDIR += games SUBDIR += german SUBDIR += graphics SUBDIR += japanese SUBDIR += korean SUBDIR += lang SUBDIR += mail SUBDIR += math SUBDIR += mbone SUBDIR += misc SUBDIR += net SUBDIR += news SUBDIR += plan9 SUBDIR += print SUBDIR += russian SUBDIR += security SUBDIR += shells SUBDIR += sysutils SUBDIR += textproc SUBDIR += vietnamese SUBDIR += www SUBDIR += x11 SUBDIR += x11-clocks SUBDIR += x11-fm SUBDIR += x11-fonts SUBDIR += x11-toolkits SUBDIR += x11-wm PORTSTOP= yes .include index: @rm -f ${.CURDIR}/INDEX @make ${.CURDIR}/INDEX ${.CURDIR}/INDEX: @echo -n "Generating INDEX - please wait.." @make describe ECHO_MSG="echo > /dev/null" | \ perl ${.CURDIR}/templates/make_index > ${.CURDIR}/INDEX @echo " Done." print-index: ${.CURDIR}/INDEX @awk -F\| '{ printf("Port:\t%s\nPath:\t%s\nInfo:\t%s\nMaint:\t%s\nIndex:\t%s\nB-deps:\t%s\nR-deps:\t%s\n\n", $$1, $$2, $$4, $$6, $$7, $$8, $$9); }' < ${.CURDIR}/INDEX search: ${.CURDIR}/INDEX .if !defined(key) @echo "The search target requires a keyword parameter," @echo "e.g.: \"make search key=somekeyword\"" .else @grep -i "${key}|" ${.CURDIR}/INDEX | awk -F\| '{ printf("Port:\t%s\nPath:\t%s\nInfo:\t%s\nMaint:\t%s\nIndex:\t%s\nB-deps:\t%s\nR-deps:\t%s\n\n", $$1, $$2, $$4, $$6, $$7, $$8, $$9); }' .endif parallel: ${.CURDIR}/INDEX @sed -e 's/|/.tgz|/' ${.CURDIR}/INDEX | awk -F '|' '{me=$$1; here=$$2; bdep=$$8; rdep=$$9; if (bdep != "") { gsub("$$", ".tgz", bdep); gsub(" ", ".tgz ", bdep); } if (rdep != "") { gsub("$$", ".tgz", rdep); gsub(" ", ".tgz ", rdep); } print "all:: " me; print me ": " bdep " " rdep; printf("\t@/a/asami/portbuild/pdispatch /a/asami/portbuild/portbuild %s %s", me, here); if (bdep != "") printf(" %s", bdep); if (rdep != "") printf(" %s", rdep); printf("\n")}' rn/devel/electron4/files/lodash-4.17.19'>dependabot/npm_and_yarn/devel/electron4/files/lodash-4.17.19 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
Commit message (Expand)AuthorAgeFilesLines
* - Fix INDEXaz2012-06-041-1/+1
* - Remove SITE_PERL from *_DEPENDSaz2012-06-042-2/+2
* - Remove SITE_PERL from *_DEPENDSaz2012-06-048-11/+11
* - Update to 0.90.0.1pgj2012-06-0410-33/+30
* - Update to 0.12.3pgj2012-06-046-10/+8
* - Update to 0.12.3.1pgj2012-06-042-4/+3
* - Update to 2.2.3.1pgj2012-06-043-11/+11
* - Update The Glorious Glasgow Haskell Compiler to version 7.4.1pgj2012-06-047-7/+23
* Fix build after giflib update.romain2012-06-041-0/+299
* wxHaskell is a portable and native GUI library for Haskell. It is builtpgj2012-06-043-0/+41
* - Remove SITE_PERL from *_DEPENDSaz2012-06-031-1/+1
* Really fix qt33bapt2012-06-031-2/+1
* Fix qt33 with option-ngbapt2012-06-021-3/+1
* - fix build with libpng 1.5.10dinoex2012-06-021-1/+2
* The KDE on FreeBSD team is happy to update Qt to its 4.8.2 release.rakuco2012-06-022-14/+0
* - cleanup GNUSTEP_DEVELdinoex2012-06-011-1/+1
* - update png to 1.5.10dinoex2012-06-01