# New ports collection makefile for: pngrewrite # Date created: 10 February 2004 # Whom: Daniel Roethlisberger # # $FreeBSD$ # PORTNAME= pngrewrite PORTVERSION= 1.4.0 CATEGORIES= graphics MASTER_SITES= http://entropymine.com/jason/pngrewrite/ \ http://mirror.roe.ch/dist/pngrewrite/ MAINTAINER= bapt@FreeBSD.org COMMENT= A PNG palette optimizer LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png USE_ZIP= yes NO_WRKSUBDIR= yes PLIST_FILES= bin/pngrewrite do-build: ${CC} ${CFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib \ -o ${WRKSRC}/pngrewrite ${WRKSRC}/pngrewrite.c ${WRKSRC}/libpngrewrite.c -lpng -lz -lm do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pngrewrite ${PREFIX}/bin .include orts-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Resolve warning about bad symlink in stage-qa with GUI (gmplayer->mplayer)riggs2016-09-041-1/+1
* Drop support for expired port multimedia/linux-realplayerriggs2016-08-103-6/+2
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by...amdmi32016-05-241-1/+1
* Update to snapshots of mplayer and ffmpeg as of 2016-05-08riggs2016-05-092-3/+3
* Update to snapshots as of 2016-04-09 including bundled ffmpegriggs2016-04-105-15/+36
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-014-46/+46
* - Update security/gnutls to 3.4.10.tijl2016-03-271-0/+1
* Enable speex audio codec as non-default OPTIONriggs2016-03-213-2/+4
* Make dependency on `multimedia/libdvdnav' optional: riggs@ vaguely recallsdanfe2016-03-043-6/+9
* Update to upstream version 1.3.0 from 2016-02-16riggs2016-02-285-33/+12
* Move Mk/bsd.gnome.mk and Mk/bsd.mate.mk to Mk/Uses/.kwm2016-02-081-3/+4
* - Build with ffmpeg-2.8.6riggs2016-02-063-4/+4
* Build with ffmpeg-2.8.5; fix zero-day remote vulnerabilityriggs2016-01-173-4/+4
* Use ffmpeg 2.8.4 for mplayer / mencoderriggs2015-12-244-42/+4
* Update to mplayer snapshot as of 20151219riggs2015-12-207-33/+42
* Update giflib to 5.1.1antoine2015-12-041-1/+1
* Build with ffmpeg 2.8.3, bump PORTREVISIONriggs2015-11-283-4/+4
* multimedia/libvpx: update 1.5.0jbeich2015-11-152-1/+40
* Build mplayer/mencoder with latest ffmpeg release 2.8.2riggs2015-11-143-4/+4
* Remove support for WANT_SDL/HAVE_SDL knobsamdmi32015-11-091-1/+0
* Use ffmpeg 2.8.1 for en/decoding, convert more OPTIONs to helpersriggs2015-10-245-73/+39
* Use ffmpeg-2.8 with mplayer / mencoderriggs2015-09-193-4/+4
* Use option helpers for post-patchriggs2015-09-121-5/+3
* Correct arch dependent OPTIONS for powerpcriggs2015-09-022-8/+3
* Enable VDPAU by default for mplayer on i386/amd64; general port cleanupriggs2015-09-015-27/+30
* - Update to recent mplayer snapshot (2015-08-22)riggs2015-08-2426-131/+126
* - Retire WIN32 OPTION for win32 binary codecs support on i386, insteadriggs2015-08-022-12/+5
* multimedia/{lib}x264: Update to 0.144.2533 and major refactorkoobs2015-07-031-1/+1
* multimedia/libvpx: update to 1.4.0jbeich2015-06-091-1/+1
* MASTER_SITES cleanup.mat2015-05-141-2/+1
* Fix runtime crash with certain MPEG2 files on pre-10 systems.riggs2015-04-124-24/+33
* - Update to new upstream snapshot as of 2015-04-03riggs2015-04-045-17/+16
* Prevent accidental linking to libEGLriggs2015-03-281-8/+24
* multimedia category: Remove $PTHREAD_LIBSmarino2015-03-262-5/+3
* Depend on the package name rather than a directory.mat2015-02-191-1/+1
* Update multimedia/libdvdread and multimedia/libdvdnavmartymac2015-02-031-1/+1
* Fix cdio supportriggs2015-01-254-9/+27
* Switch some dependencies from a directory name or a file generated by pkg-ins...antoine2015-01-241-2/+1
* Modernise compiler handlingriggs2015-01-194-57/+5
* Handle arch-dependent CFLAGS in Makefile.options because itriggs2015-01-182-4/+3
* These ports utilize GAS assembly and probably won't ever change. For the ARMsbruno2015-01-171-0/+4
* - Upstream versions of mplayer and ffmpeg as of 2014-12-23riggs2014-12-299-182/+76
* Bump portrevision after png updatebapt2014-12-261-1/+1
* Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeantoine2014-12-261-1/+1
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla intijl2014-12-09