Index: head/sysutils/isomaster/Makefile =================================================================== --- head/sysutils/isomaster/Makefile (revision 179912) +++ head/sysutils/isomaster/Makefile (revision 179913) @@ -1,35 +1,42 @@ # New ports collection makefile for: isomaster # Date created: 2006-12-11 # Whom: Babak Farrokhi # # $FreeBSD$ # PORTNAME= isomaster PORTVERSION= 0.6 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://littlesvr.ca/isomaster/releases/ MAINTAINER= farrokhi@FreeBSD.org COMMENT= GTK2 (bootable) CD ISO Image editor USE_BZIP2= yes WRKSRC= ${WRKDIR}/${PORTNAME} USE_GNOME= gtk20 pkgconfig intlhack gnomehier USE_GMAKE= yes USE_GETTEXT= yes INSTALLS_ICON= yes ALL_TARGET= ${PORTNAME} MAKE_ENV= PREFIX=${PREFIX} CFLAGS+= ${PTHREAD_CFLAGS} ${PTHREAD_LIBS:S/"//g} \ -D_FILE_OFFSET_BITS=64 \ `pkg-config --cflags gtk+-2.0` + +post-install: + ${MKDIR} ${PREFIX}/share/applications + ${INSTALL_DATA} ${FILESDIR}/isomaster.desktop ${PREFIX}/share/applications + ${MKDIR} ${PREFIX}/share/pixmaps + ${INSTALL_DATA} ${WRKSRC}/icons/isomaster.png ${PREFIX}/share/pixmaps/isomaster.png .include .if ${OSVERSION} < 500000 BROKEN= does not compile on 4.x .endif .include Property changes on: head/sysutils/isomaster/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/sysutils/isomaster/files/isomaster.desktop =================================================================== --- head/sysutils/isomaster/files/isomaster.desktop (nonexistent) +++ head/sysutils/isomaster/files/isomaster.desktop (revision 179913) @@ -0,0 +1,13 @@ +[Desktop Entry] +Version=1.0 +Encoding=UTF-8 +Name=ISO Master +Type=Application +Exec=isomaster +Icon=isomaster.png +GenericName=CD image editor +Comment=CD image editor +Terminal=false +MimeType=application/x-iso; +X-KDE-StartupNotify=true +Categories=Application;AudioVideo;DiscBurning; Property changes on: head/sysutils/isomaster/files/isomaster.desktop ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/sysutils/isomaster/pkg-plist =================================================================== --- head/sysutils/isomaster/pkg-plist (revision 179912) +++ head/sysutils/isomaster/pkg-plist (revision 179913) @@ -1,7 +1,11 @@ bin/isomaster +share/applications/isomaster.desktop %%DATADIR%%/icons/add2-kearone.png %%DATADIR%%/icons/extract-kearone.png %%DATADIR%%/icons/folder-new-tango.png %%DATADIR%%/icons/isomaster.png +share/pixmaps/isomaster.png +@dirrmtry share/pixmaps @dirrm %%DATADIR%%/icons @dirrm %%DATADIR%% +@dirrmtry share/applications Property changes on: head/sysutils/isomaster/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property