openbsd-ports/x11/isomaster/Makefile
kili 68bbbf5b3b ISO Master is an open-source, easy to use, GUI CD image editor.
Basically you can use this program to extract files from an ISO, 
add files to an ISO, and create bootable ISOs.
It can open both ISO and NRG files but can only save as ISO.

From Giovanni Bechis <bigionews () snb ! it>

(And this time in the correct directory)
2007-06-30 21:52:02 +00:00

32 lines
718 B
Makefile

COMMENT= "gui cd image editor"
DISTNAME= isomaster-1.0
PKGNAME= ${DISTNAME}
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
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
USE_X11= Yes
USE_GMAKE= Yes
NO_REGRESS= Yes
.include <bsd.port.mk>