Index: head/graphics/boxer/Makefile =================================================================== --- head/graphics/boxer/Makefile (revision 430773) +++ head/graphics/boxer/Makefile (revision 430774) @@ -1,42 +1,45 @@ # Created by: Charlie Kester # $FreeBSD$ PORTNAME= boxer PORTVERSION= 0.4.0 PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= SF/boxc/${PORTNAME:C/^b/B/}%20-%20the%20Box%20GUI/${DISTNAME}/ \ SF/nemysisfreebsdp/${CATEGORIES}/:icons DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \ ${PORTNAME}.png:icons DIST_SUBDIR= box EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= GUI for Box the figure description language -LICENSE= GPLv3 +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= box:graphics/box -USE_GNOME= pygtk2 USES= python +USE_GNOME= pygtk2 USE_PYTHON= distutils autoplist USE_LDCONFIG= yes +NO_ARCH= yes PLIST_FILES= share/pixmaps/${PORTNAME}.png - PORTDOCS= ChangeLog -OPTIONS_DEFINE= DOCS DESKTOP_ENTRIES="Boxer" "" "${PORTNAME}" \ "${PORTNAME}" "Graphics;" "" +OPTIONS_DEFINE= DOCS + post-install: ${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/ +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include Index: head/graphics/boxer/pkg-descr =================================================================== --- head/graphics/boxer/pkg-descr (revision 430773) +++ head/graphics/boxer/pkg-descr (revision 430774) @@ -1,3 +1,3 @@ A graphical user interface for the Box vector graphics language -WWW: http://boxc.sourceforge.net +WWW: http://boxc.sourceforge.net/