diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-02-07 11:59:48 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-02-07 11:59:48 +0000 |
commit | 3cacc132f524854bbc0e3b75f6e9ad43ddf157eb (patch) | |
tree | 7f1cb11c187a7b4064828aa77c6270827f58a906 /graphics/icon-slicer | |
parent | ed97e49367a9fcdc79e63184d8dc0fdc2b242250 (diff) | |
download | ports-3cacc132f524854bbc0e3b75f6e9ad43ddf157eb.tar.gz ports-3cacc132f524854bbc0e3b75f6e9ad43ddf157eb.zip |
Notes
Diffstat (limited to 'graphics/icon-slicer')
-rw-r--r-- | graphics/icon-slicer/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/graphics/icon-slicer/Makefile b/graphics/icon-slicer/Makefile index 8c2ae817f547..1d740b2de60b 100644 --- a/graphics/icon-slicer/Makefile +++ b/graphics/icon-slicer/Makefile @@ -10,25 +10,23 @@ 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} |