2012-11-30 11:20:29 +01:00
|
|
|
# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org>
|
2005-05-30 15:15:10 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= icon-slicer
|
|
|
|
PORTVERSION= 0.3
|
2016-12-08 20:52:19 +01:00
|
|
|
PORTREVISION= 10
|
2005-05-30 15:15:10 +02:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= http://www.freedesktop.org/software/icon-slicer/releases/
|
|
|
|
|
2014-04-28 23:31:31 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2012-11-30 11:20:29 +01:00
|
|
|
COMMENT= Utility for generating icon and cursor themes
|
|
|
|
|
2016-02-07 12:59:48 +01:00
|
|
|
LICENSE= MIT # in readme and sources; COPYING seem to be unrelated
|
2005-05-30 15:15:10 +02:00
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
LIB_DEPENDS= libpopt.so:devel/popt
|
2005-05-30 15:15:10 +02:00
|
|
|
|
2016-02-07 12:59:48 +01:00
|
|
|
USES= localbase pkgconfig
|
2005-05-30 15:15:10 +02:00
|
|
|
USE_GNOME= gtk20
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2016-02-07 12:59:48 +01:00
|
|
|
PORTDOCS= AUTHORS ChangeLog README
|
2014-04-28 23:31:31 +02:00
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
2012-11-30 11:20:29 +01:00
|
|
|
|
2014-01-02 08:54:49 +01:00
|
|
|
OPTIONS_DEFINE= DOCS
|
2005-05-30 15:15:10 +02:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e '/^SUBDIRS/ s|examples||' ${WRKSRC}/Makefile.in
|
|
|
|
|
2016-02-07 12:59:48 +01:00
|
|
|
post-install-DOCS-on:
|
2014-01-02 08:54:49 +01:00
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
2005-05-30 15:15:10 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|