# New ports collection makefile for: libmng # Date created: Nov 2, 2000 # Whom: Mikhail Teterin # # $FreeBSD$ # PORTNAME= libmng PORTVERSION= 1.0.2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.libmng.com/download/ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= mi@aldan.algebra.com LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ lcms.1:${PORTSDIR}/graphics/lcms MAKEFILE= ${FILESDIR}/Makefile.bsd MAKE_ARGS+= -j2 INSTALLS_SHLIB= yes MAN3= libmng.3 MAN5= mng.5 jng.5 post-patch: test ! -e ${PREFIX}/include/lcms.h || ${PERL} -pi -e \ 's%lcms/lcms.h%lcms.h%' ${WRKSRC}/libmng_types.h post-install: cd ${WRKSRC}/doc/man && ${INSTALL_MAN} ${MAN3} ${PREFIX}/man/man3 \ && ${INSTALL_MAN} ${MAN5} ${PREFIX}/man/man5 .include git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/misc
Commit message (Collapse)AuthorAgeFilesLines
* Mark BROKEN on 9.x as well.erwin2013-05-171-1/+1
|
* Don't try to remove directories we don't touch. [1]kwm2013-05-162-72/+5
| | | | | | | | | Drop gtk20 depend because we only need gtk-update-icon-cache which is already implied by INSTALLS_ICONS. [2] Update COMMENT. [2] Submitted by: miwi [1] Obtained from: GNOME devel repo [1],[2]
* - Remove py-xdelta3, no longer activly maintain via upstreammiwi2013-05-133-64/+0
|
* update to 3.54oliver2013-05-132-3/+3
|
* - Add missing sharedmime to the list of USE_KDE4 components. It will bemakc2013-05-133-8/+1
| | | | | | | superseded by recently introduced USES= shared-mime-info later. - Remove no longer needed exec/unexec from plist and post-install calls for update-mime-database - Trim Makefile header while I'm here
* Rectify USE_TEX to support both of teTeX and TeXLive.hrs2013-05-121-1/+1
| | | | | | | | | TEX_DEFAULT: A knob to choose teTeX or TeXLive. One can specify in /etc/make.conf. USE_TEX: A knob for port developers. Valid keywords are listed in bsd.tex.mk.
* - abandonware, mark for deprecationjgh2013-05-111-0/+3
| | | | Submitted by: Ports Fury
* Rework kdehier4 port and bump version to 1.1:makc2013-05-113-1174/+1170
| | | | | | | | | Instead of installing into $KDE4_PREFIX, install the port into default prefix ($LOCALBASE) and create additional hierarchy under $KDE4_PREFIX. This fixes problems spotted by testing on poudriere. Reported by: miwi
* - attempt to fix duplicate LATEST_LINK warningjgh2013-05-112-6/+7
| | | | Reported by: indexbuild@
* - Update to 3.3lme2013-05-104-23/+18
| | | | | | - Use upstream desktop file - Update pkg-descr and COMMENT - Trim Makefile header
* -Update to 3.0.6miwi2013-05-103-42/+20
| | | | | PR: 177926 Submitted by: ports fury
* Upstream site is down for about two weeks:fjoe2013-05-091-7/+5
| | | | | | https://mail.gnome.org/archives/mc-devel/2013-April/msg00013.html Switch to local distfiles for a while.
* Fix gettext logic. Gettext is needed in pre-configure.ehaupt2013-05-091-5/+2
| | | | Submitted by: ak, John Marino <draco@marino.st> (via irc)
* Firmware is no longer installed by this port - remove firmware master site.fjoe2013-05-091-2/+1
|
* - Bump PORTREVISION after update of x11/libxfce4util, and x11-wm/xfce4-panelolivierd2013-05-091-3/+4
| | | | | | | | While I'm here, - Finish to convert USES - Trim Makefile header - Remove ABI version in LIB_DEPENDS - Remove desktopfileutils, because MimeType entry is not present in desktop file
* - Update to 4.10.1olivierd2013-05-084-100/+118
| | | | | | | - Trim Makefile header - Add new option, NLS - Finish to convert USES - Remove ABI version in LIB_DEPENDS
* - Remove MAKE_JOBS_SAFE from ports that set NO_BUILDehaupt2013-05-081-1/+0
| | | | | - Trim header - While here use PLIST_FILES for databases/mrtg-mysql-load
* - Mark MAKE_JOBS_SAFEehaupt2013-05-081-5/+2
| | | | - Trim header
* update mime-support to 3.53oliver2013-05-082-3/+3
|
* Convert USE_NCURSES by USES=ncursesbapt2013-05-063-28/+25
| | | | Convert USE_READLINE by USES=readline
* - convert to USES for gettextjgh2013-05-061-3/+5
| | | | | | - mark broken (doesn't fetch) Approved by: portmgr (bapt@)
* This port is still not jobs safe, so add back MAKE_JOBS_UNSAFE.kwm2013-05-061-0/+1
| | | | | PR: ports/178362 Submitted by: mandree@
* Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetexhrs2013-05-061-4/+3
| | | | instead to make migration to TeXLive easier.
* Update to 1.1.kwm2013-05-063-6/+16
|
* Remove 'test' target which was a hand-written test, not running an upstream ↵eadler2013-05-051-15/+0
| | | | vesion.
* Fix build on currentbapt2013-05-051-5/+3
|
* Fix build with bmakebapt2013-05-051-0/+4
|
* Update patchutils to 0.3.3johans2013-05-052-10/+5
|
* Chase security/libgcrypt updateehaupt2013-05-041-2/+2
|
* Add p5-Asterisk-FastAGI - a perl module for FastAGI handling.sobomax2013-05-035-0/+43
| | | | Sponsored by: pbxpress.it
* - adoption of USES for gettextjgh2013-05-021-2/+1
| | | | Approved by: portmgr (bapt@)
* Update to 3.41.kwm2013-05-013-4/+7
| | | | Indent USES correctly to be inline with the rest of the file.
* Rely on bsdtar to autodetermine the format of the distfiles when possiblebapt2013-04-294-4/+2
| | | | | | | For a while now bsdtar is able to autotermine compression and archive format. Let's then use tar directly instead of piping to tar. Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format
* - Convert USE_ICONV=yes to USES=iconvmva2013-04-276-9/+6
| | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: zeising
* Fix typobapt2013-04-261-1/+1
| | | | Reported by: danfe
* Remove USE_CDRTOOLS from bsd.port.mkbapt2013-04-261-7/+3
| | | | | | | | | | | | This macros has been useless since cdrtools-cjk port has gone. This macros also lead to badly handled dependencies assuming that the dependency on cdrtools was most BUILD and RUN dependency. While most of the time it is simply a RUN dependency and sometime a build one. While here: - Trim some headers - Convert some ports to optionsng - Convert some ports to USES= gettext
* - Convert USE_GETTEXT to USES (part 4)ak2013-04-266-9/+6
| | | | Approved by: portmgr (bapt)
* In preparation of the removal of USE_FREETYPE from bsd.port.mk: removebapt2013-04-261-2/+2
| | | | | | USE_FREETYPE from all ports using it While here trim some headers, and do some conversion to new options framework.
* - Add LICENSEsunpoet2013-04-261-16/+6
| | | | | - Remove outdated PERL_LEVEL check - Cleanup Makefile header
* - Add LICENSEsunpoet2013-04-261-16/+6
| | | | | - Remove outdated PERL_LEVEL check - Cleanup Makefile header
* - Add LICENSEsunpoet2013-04-261-16/+6
| | | | | - Remove outdated PERL_LEVEL check - Cleanup Makefile header
* - Add LICENSEsunpoet2013-04-261-16/+6
| | | | | - Remove outdated PERL_LEVEL check - Cleanup Makefile header
* - Add LICENSEsunpoet2013-04-261-15/+6
| | | | | - Remove outdated PERL_LEVEL check - Cleanup Makefile header
* - Add LICENSEsunpoet2013-04-261-16/+6
| | | | | - Remove outdated PERL_LEVEL check - Cleanup Makefile header
* - Update to 2013.3sunpoet2013-04-262-3/+3
| | | | Changes: http://pecl.php.net/package-changelog.php?package=timezonedb
* - Convert USE_GETTEXT to USES (part 3)ak2013-04-2516-17/+17
| | | | Approved by: portmgr (bapt)
* Convert to USES=gettexteadler2013-04-251-2/+2
| | | | Reviewed by: kwm
* Take maintainership, fix pkg-descreadler2013-04-252-2/+2
|
* Fix formatting of WWW line for my portseadler2013-04-251-1/+1
|
* - Convert USE_GETTEXT to USES (part 2)ak2013-04-2460-60/+60
| | | | Approved by: portmgr (bapt)
* - Convert USE_GETTEXT to USES (part 1)ak2013-04-245-10/+5
| | | | Approved by: portmgr (bapt)
* - Add LICENSEsunpoet2013-04-241-17/+6
| | | | | - Remove outdated PERL_LEVEL check - Cleanup Makefile header
* - Add LICENSEsunpoet2013-04-241-15/+6
| | | | | - Remove outdated PERL_LEVEL check - Cleanup Makefile header
* - Add LICENSEsunpoet2013-04-241-17/+6
| | | | | - Remove outdated PERL_LEVEL check - Cleanup Makefile header
* Finish converting the whole ports tree to USES=pkgconfigbapt2013-04-2310-26/+13
|
* - Update to 20130420sunpoet2013-04-232-3/+3
| | | | Changes: http://people.FreeBSD.org/~sunpoet/pciids-20130420.diff
* - Update to 0.6.5madpilot2013-04-234-11/+33
| | | | | PR: ports/177583 Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com> (maintainer)
* Reassign skv@ ports to the heapbapt2013-04-221-6/+2
| | | | Feature safe: yes
* - Update to 2.19.3sunpoet2013-04-222-4/+5
| | | | | Changes: http://search.cpan.org/dist/Text-FIGlet/CHANGES Feature safe: yes
* Update to tzdata2013c:edwin2013-04-202-3/+3
| | | | | | | | | - antarctica: AusAQ and ATAQ have been removed. - Antarctica/Macquarie has been moved to australasia file and AU. - Asia/Hebron, Palestine updated for 2013. Feature safe: yes
* - Update to 1.41.2sunpoet2013-04-192-3/+3
| | | | | | | | | Changes: - Update Vietnamese translation (thanks to Tran Ngoc Quan). - Update Croatian translation (thanks to Tomislav Krznar). - Update Brazilian Portuguese translation (thanks to Rodolfo Ribeiro Gomes). Feature safe: yes
* - Update to 2.19sunpoet2013-04-173-10/+18
| | | | | | | | - Add LICENSE - Cleanup Makefile header Changes: http://search.cpan.org/dist/Text-FIGlet/CHANGES Feature safe: yes
* Update to last revision of doc/release/8.4.0/ i.e. r41380blackend2013-04-093-4/+4
| | | | | Approved by: portmgr Approved by: doceng (implicit)
* Update to r41339 of the FreeBSD docset which is the doc/release/8.4.0blackend2013-04-033-4/+4
| | | | | | | version of the docs ports. Approved by: portmgr Approved by: doceng (implicit)
* Update to r41327 of the FreeBSD docset.blackend2013-04-0120-41/+24
| | | | Approved by: portmgr (implicit)
* GNU Emacs updatesashish2013-03-302-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | editors/emacs: - Update to 24.3 - Update CANNA patchset[1] - Unbreak ARM support by using the patch from emacs-devel port - Add missing INSTALLS_ICONS[2] - Remove a patch which is already integrated upstream - Fix Makefile header editors/emacs-devel: - Update to bzr revision 112178 - Fix Makefile header - Add missing INSTALLS_ICONS[2] editors/emacs23: - Remove ABI versions from LIB_DEPENDS - Fix Makefile header - Add missing INSTALLS_ICONS[2] Mk/bsd.emacs.mk: - Update major version for editors/emacs port *: - Bump PORTREVISION to chase Emacs updates PR: ports/177428[2] Submitted by: Yuji TAKANO[1] (via private email), bdrewery[2]
* For perl@ owned ports:eadler2013-03-292-11/+3
| | | | | - Fix COMMENT - Trim header
* - Update to 20130327sunpoet2013-03-292-3/+3
| | | | Changes: http://people.FreeBSD.org/~sunpoet/pciids-20130327.diff
* Style: tab -> space.eadler2013-03-295-5/+5
| | | | Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
* Drop support for old versions of FreeBSD from unmaintained portseadler2013-03-284-22/+0
| | | | Reviewed by: miwi
* Mechanically convert unmaintained ports which use "gnomehack" to use ↵eadler2013-03-284-4/+8
| | | | "pathfix" instead.
* A portlint run over my ports revealed some false positives and these two ↵eadler2013-03-281-1/+1
| | | | minor formatting issues. Fix them.
* KDE/FreeBSD team presents KDE SC 4.10.1 ports!makc2013-03-27