Index: head/graphics/icon-slicer/Makefile =================================================================== --- head/graphics/icon-slicer/Makefile (revision 408387) +++ head/graphics/icon-slicer/Makefile (revision 408388) @@ -1,35 +1,33 @@ # Created by: Jean-Yves Lefort # $FreeBSD$ PORTNAME= icon-slicer PORTVERSION= 0.3 PORTREVISION= 9 CATEGORIES= graphics MASTER_SITES= http://www.freedesktop.org/software/icon-slicer/releases/ MAINTAINER= ports@FreeBSD.org COMMENT= Utility for generating icon and cursor themes -LICENSE= GPLv2 +LICENSE= MIT # in readme and sources; COPYING seem to be unrelated LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt -USES= pkgconfig +USES= localbase pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +PORTDOCS= AUTHORS ChangeLog README PLIST_FILES= bin/${PORTNAME} -PORTDOCS= AUTHORS ChangeLog README OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS/ s|examples||' ${WRKSRC}/Makefile.in -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include