25fb7abdfa
gwenview now uses exiv2, as do some other kde pieces (so exif is probably no longer be needed for kde at all in the near future). Bump the gwenviewcore major: the cache public object now sports a nice pimpl, so the interface cannot be the same...
39 lines
889 B
Makefile
39 lines
889 B
Makefile
# $OpenBSD: Makefile,v 1.2 2006/12/18 17:05:49 espie Exp $
|
|
|
|
COMMENT= "image viewer for KDE, translations"
|
|
|
|
DISTNAME= gwenview-i18n-1.4.1
|
|
PKGNAME= ${DISTNAME}
|
|
CATEGORIES= graphics x11 x11/kde
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gwenview/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
HOMEPAGE= http://gwenview.sourceforge.net/home/
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
BUILD_DEPENDS = ::x11/kde/libs3
|
|
RUN_DEPENDS = ::x11/kde/libs3
|
|
|
|
MODULES= x11/kde
|
|
MODKDE_VERSION= 3.5.3
|
|
|
|
PORTHOME= ${WRKDIR}
|
|
|
|
MAKE_ENV= KDEDIR="${LOCALBASE}"
|
|
MAKE_FLAGS= ${MODKDE_MAKE_FLAGS}
|
|
|
|
USE_X11= Yes
|
|
USE_GMAKE= Yes
|
|
CONFIGURE_STYLE= gnu
|
|
MODGNU_CONFIG_GUESS_DIRS= ${MODKDE_CONFIG_GUESS_DIRS}
|
|
CONFIGURE_ARGS= ${MODKDE_CONFIGURE_ARGS}
|
|
CONFIGURE_ENV= ${MODKDE_CONFIGURE_ENV}
|
|
REORDER_DEPENDENCIES= ${PORTSDIR}/infrastructure/mk/automake.dep
|
|
|
|
.include <bsd.port.mk>
|