# New ports collection makefile for: gimageview # Date Created: 5 Feb 2002 # Whom: TATEISHI Katsuyuki # # $FreeBSD$ # PORTNAME= gimageview PORTVERSION= 0.2.25 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gtkmmviewer MAINTAINER= katsu@iec.hiroshima-u.ac.jp COMMENT= Yet another GTK+ based image viewer USE_REINPLACE= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gdkpixbuf USE_GETTEXT= yes WANT_GNOME= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" MAKE_ARGS= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" .include .if ${HAVE_GNOME:Mimlib}!="" USE_GNOME+= imlib PKGNAMESUFFIX= -imlib WITH_IMLIB= yes .endif .if exists(${LOCALBASE}/lib/libmng.so.1) WITH_LIBMNG= yes .endif .if exists(${LOCALBASE}/lib/libwmf.so.2) WITH_LIBWMF= yes .endif .if exists(${X11BASE}/lib/librsvg.so.1) WITH_LIBRSVG= yes .endif .if exists(${LOCALBASE}/bin/mplayer) WITH_MPLAYER= yes .endif .if defined(WITH_LIBMNG) LIB_DEPENDS+= mng.1:${PORTSDIR}/graphics/libmng PLIST_SUB+= WITH_LIBMNG="" .else PLIST_SUB+= WITH_LIBMNG="@comment " .endif .if defined(WITH_LIBWMF) LIB_DEPENDS+= wmf.2:${PORTSDIR}/graphics/libwmf PLIST_SUB+= WITH_LIBWMF="" .else PLIST_SUB+= WITH_LIBWMF="@comment " .endif .if defined(WITH_LIBRSVG) LIB_DEPENDS+= rsvg.1:${PORTSDIR}/graphics/librsvg PLIST_SUB+= WITH_LIBRSVG="" .else PLIST_SUB+= WITH_LIBRSVG="@comment " .endif .if defined(WITH_MPLAYER) RUN_DEPENDS+= mplayer:${PORTSDIR}/multimedia/mplayer CONFIGURE_ARGS+= --enable-mplayer PLIST_SUB+= WITH_LIBMPLAYER="" .else PLIST_SUB+= WITH_LIBMPLAYER="@comment " .endif .if defined(WITH_LIBXINE) LIB_DEPENDS+= xine.12:${PORTSDIR}/multimedia/libxine CONFIGURE_ARGS+= --with-xine PLIST_SUB+= WITH_LIBXINE="" .else PLIST_SUB+= WITH_LIBXINE="@comment " .endif post-patch: @${REINPLACE_CMD} -e 's/DATADIRNAME=lib/DATADIRNAME=share/g' \ ${WRKSRC}/configure post-configure: .if !defined(WITH_IMLIB) @${FIND} ${WRKSRC} -name 'Makefile' | ${XARGS} ${REINPLACE_CMD} -Ee \ 's/^(GDK_IMLIB_(CFLAGS|LIBS) =).*$$/$${1}/' .endif .include m_and_yarn/devel/electron4/files/lodash.merge-4.6.2'>dependabot/npm_and_yarn/devel/electron4/files/lodash.merge-4.6.2 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* GOOGLE_CODE has gone away.mat2016-09-141-0/+2
| | | | | | | | | | - If a port has another upstream, remove GOOGLE_CODE - If a port only has GOOGLE_CODE mark it BROKEN Some ports have a local mirror configured but for security reasons, it is not considered upstream. Sponsored by: Absolight
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"amdmi32016-01-131-1/+1
| | | | Approved by: portmgr blanket
* - Pet portlintamdmi32015-10-151-4/+5
| | | | | - Add LICENSE - Drop unneeded WX_UNICODE
* Remove ansi version fo wxGTK 2.8 and only keep the unicode versionbapt2015-09-171-1/+1
| | | | | | | | All applications in the ports tree works correctly with unicode version of wxGTK Newer version of wxGTK are unicode only (3.0+) Note that now WX_UNICODE macro is noop
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-0/+1
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* Unbreakantoine2014-06-051-1/+1
|
* Update to 0.5.1 snapshot 20100824bapt2014-06-034-8/+49
| | | | | | | For the story when moved to google code the project released a version 0.5 which was newer than the 0.5.1 from earlier hosting To be consistent named it 0.5.1s20100824 (following what debian did) Switch treeviewx to use unicode version of wx Add a patch from Ubuntu to fix loading trees.
* Unbreakantoine2014-03-281-1/+1
| | | | Reported by: pkg-fallout
* Does not build with wx 3.0bapt2014-03-241-3/+3
| | | | | Remove the contrib component which is not required Note that is does not build with the unicode version of wx 2.8 as well
* Stage supportantoine2013-12-311-3/+2
|