# New ports collection makefile for: MegaPov # Date created: 25 July 2003 # Whom: maho@FreeBSD.org # # $FreeBSD$ # PORTNAME= megapov PORTVERSION= 1.2.1 PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://megapov.inetart.net/packages/unix/ DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= maho@FreeBSD.org COMMENT= Unofficial extensions of POV-Ray RUN_DEPENDS= povray:${PORTSDIR}/graphics/povray LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ jpeg:${PORTSDIR}/graphics/jpeg \ tiff:${PORTSDIR}/graphics/tiff USE_BZIP2= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_XLIB= yes USE_GMAKE= yes GNU_CONFIGURE= yes ALL_TARGET= # empty CONFIGURE_ARGS+= COMPILED_BY="ports@FreeBSD.org" LDFLAGS+= -L${LOCALBASE}/lib -L${X11BASE}/lib CFLAGS+= -I${LOCALBASE}/include -I${X11BASE}/include CXXFLAGS+= -I${LOCALBASE}/include -I${X11BASE}/include .include .if (${ARCH} == "i386") LIB_DEPENDS+= vga:${PORTSDIR}/graphics/svgalib .endif .if defined(WITH_OPTIMIZED_FLAGS) CFLAGS+= -O3 -ffast-math -finline-functions -fomit-frame-pointer -funroll-loops -fexpensive-optimizations CXXFLAGS+= -O3 -ffast-math -finline-functions -fomit-frame-pointer -funroll-loops -fexpensive-optimizations .if (${ARCH} == "i386") CFLAGS+= -mcpu=i686 -march=i686 -mfancy-math-387 CXXFLAGS+= -mcpu=i686 -march=i686 -mfancy-math-387 .endif # i386 .endif pre-build: .if !defined(WITH_OPTIMIZED_FLAGS) @${ECHO} "You can optimize by setting WITH_OPTIMIZED_FLAGS=yes." .endif do-install: @(cd ${WRKSRC}/unix ; ${GMAKE} install) .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} @${TAR} -C ${WRKSRC}/doc -cf - . | \ ${TAR} -C ${DOCSDIR} -xf - @${FIND} ${DOCSDIR} | ${XARGS} ${CHOWN} ${SHAREOWN}:${SHAREGRP} @${FIND} ${DOCSDIR} -type f | ${XARGS} ${CHMOD} ${SHAREMODE} @${MKDIR} ${EXAMPLESDIR} @${TAR} -C ${WRKSRC} -cf - include scenes | \ ${TAR} -C ${EXAMPLESDIR} -xf - @${FIND} ${EXAMPLESDIR} | ${XARGS} ${CHOWN} ${SHAREOWN}:${SHAREGRP} @${FIND} ${EXAMPLESDIR} -type f | ${XARGS} ${CHMOD} ${SHAREMODE} .endif .include dabot/npm_and_yarn/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
Commit message (Expand)AuthorAgeFilesLines
* Update CONFLICTS for bind97dougb2009-12-141-1/+1
* Update to the latest patchlevels for BINDs 9.[456]. The vulnerabilitydougb2009-11-302-9/+8
* Wrap some query socket handling in dig with a socket != NULL bowdougb2009-11-082-0/+20
* Add isc-config.sh.1 to MAN1dougb2009-09-251-1/+1
* Update to version 9.5.2, the latest from ISC. This version has numerousdougb2009-09-252-8/+8
* The new LINKS OPTION is not only useless it's harmful when combineddougb2009-09-011-2/+2
* For all:dougb2009-08-302-2/+59
* The dependency on idnkit should be a LIB_, not a BUILD_dougb2009-07-311-1/+1
* Update the hashes of the PGP signature files for the new releases.dougb2009-07-301-2/+2
* Update to patched versions which address a remote DoS vulnerability:dougb2009-07-292-8/+8
* - Flip from MAKE_JOBS_SAFE to MAKE_JOBS_UNSAFE, fails both on pointyhat and onpav2009-04-131-1/+1
* Fix CONFLICTS (again). The previous example didn't work at all for portsdougb2009-03-251-1/+1
* Where it matters, update regarding MAKE_JOBS_{UN}SAFE for my portsdougb2009-03-251-0/+2
* BIND 9.5.1-P2 is a SECURITY patch for BIND 9.5.1. It addresses a bugdougb2009-03-222-8/+8
* Update to the -P1 versions of the current BIND ports which containdougb2009-01-082-14/+18
* Update CONFLICTS to reflect the addition of the bind96 port,dougb2009-01-041-1/+1
* Upgrade to version 9.5.1 which includes numerous bug fixes and performancedougb2008-12-303-13/+19
* Adjust WWWs for new ISC websitedougb2008-12-201-1/+1
* All -P2 versions now have PGP signatures with ISC's standarddougb2008-08-091-3/+3
* Update to patchlevel 2 for all versions:dougb2008-08-022-8/+8
* Add an OPTION to turn on the ability of dns/host/nslookup to dodougb2008-07-171-0/+5
* Strengthen the wording regarding the THREADS OPTION for <FreeBSD-7dougb2008-07-121-1/+1
* Upgrade to the -P1 versions of each port, which add stronger randomizationdougb2008-07-102-8/+8
* Make CONFLICTS a little cleanerdougb2008-07-042-2/+4
* Update for 9.5.0dougb2008-07-034-30/+57
* Update the pkg-message to be even less version-specific, and tell the userdougb2008-06-021-9/+8
* Fix pkg-plist by including a new file.dougb2007-12-052-0/+2
* ISC recently announced that BIND 8 has been End-of-Life'd:dougb2007-12-031-1/+1
* Update to BIND 9.4.2. Many bugs are fixed, please see the CHANGESdougb2007-12-024-17/+14
* Update to 9.4.1-P1, which has fixes for the following:dougb2007-07-252-8/+8
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-231-2/+1
* Update to version 9.4.1, a security update from ISC:dougb2007-05-012-8/+8
* Update to the release version of 9.4.0.dougb2007-02-262-8/+8
* Complete the update for bind94 after the repocopy, and hook it up.dougb2007-01-294-32/+49
* Upgrade to version 9.3.4, the latest from ISC, which addresses thedougb2007-01-252-8/+8
* Apply the markup fixes from the base to the nsupdate.8 anddougb2006-12-211-0/+8
* Upgrade to version 9.3.3, the latest from ISC. This isdougb2006-12-102-8/+8
* Update to version 9.3.2-P2, which addresses the vulnerabilitydougb2006-11-03