openbsd-ports/x11/isomaster/Makefile
kili 8d5decd5b5 Update to 1.2.
From maintainer (Giovanni Bechis <g.bechis@snb.it>)

Corrections, nitpicking and ok, simon@
2007-11-05 22:44:54 +00:00

35 lines
815 B
Makefile

# $OpenBSD: Makefile,v 1.3 2007/11/05 22:44:54 kili Exp $
COMMENT= gui cd image editor
DISTNAME= isomaster-1.2
CATEGORIES= x11
HOMEPAGE= http://littlesvr.ca/isomaster/
MAINTAINER= Giovanni Bechis <g.bechis@snb.it>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
EXTRACT_SUFX= .tar.bz2
MASTER_SITES= ${HOMEPAGE}releases/
LIB_DEPENDS= gdk_pixbuf-2.0,gdk-x11-2.0,gtk-x11-2.0::x11/gtk+2
RUN_DEPENDS= ::devel/desktop-file-utils
WANTLIB= c iconv intl m X11 Xau Xcursor Xdmcp Xext Xfixes \
Xi Xinerama Xrandr Xrender expat fontconfig freetype \
atk-1.0 glib-2.0 gmodule-2.0 gobject-2.0 glitz png \
pango-1.0 pangoft2-1.0 pangocairo-1.0 cairo z \
Xcomposite Xdamage
USE_X11= Yes
USE_GMAKE= Yes
NO_REGRESS= Yes
.include <bsd.port.mk>