freebsd-ports/graphics/icon-slicer/Makefile
Rusmir Dusko 4996634829 - Support STAGEDIR
- Add DOCS Option

Approved by:	pawel / wg (mentors, implicit)
2014-01-02 07:54:49 +00:00

36 lines
793 B
Makefile

# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org>
# $FreeBSD$
PORTNAME= icon-slicer
PORTVERSION= 0.3
PORTREVISION= 8
CATEGORIES= graphics
MASTER_SITES= http://www.freedesktop.org/software/icon-slicer/releases/
MAINTAINER= nemysis@FreeBSD.org
COMMENT= Utility for generating icon and cursor themes
LICENSE= GPLv2
LIB_DEPENDS= popt:${PORTSDIR}/devel/popt
USES= pkgconfig
USE_GNOME= gtk20
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
PLIST_FILES= bin/icon-slicer
PORTDOCS= AUTHORS ChangeLog README TODO
OPTIONS_DEFINE= DOCS
post-patch:
@${REINPLACE_CMD} -e '/^SUBDIRS/ s|examples||' ${WRKSRC}/Makefile.in
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>