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)
32 lines
718 B
Makefile
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>
|