Update sysutils/cfengine36 to version 3.6.1_1,1
[dports.git] / graphics / icon-slicer / Makefile
1 # Created by: Jean-Yves Lefort <jylefort@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       icon-slicer
5 PORTVERSION=    0.3
6 PORTREVISION=   9
7 CATEGORIES=     graphics
8 MASTER_SITES=   http://www.freedesktop.org/software/icon-slicer/releases/
9
10 MAINTAINER=     ports@FreeBSD.org
11 COMMENT=        Utility for generating icon and cursor themes
12
13 LICENSE=        GPLv2
14
15 LIB_DEPENDS=    libpopt.so:${PORTSDIR}/devel/popt
16
17 USES=           pkgconfig
18 USE_GNOME=      gtk20
19 GNU_CONFIGURE=  yes
20 CPPFLAGS+=      -I${LOCALBASE}/include
21 LDFLAGS+=       -L${LOCALBASE}/lib
22
23 PLIST_FILES=    bin/${PORTNAME}
24
25 PORTDOCS=       AUTHORS ChangeLog README
26 OPTIONS_DEFINE= DOCS
27
28 post-patch:
29         @${REINPLACE_CMD} -e '/^SUBDIRS/ s|examples||' ${WRKSRC}/Makefile.in
30
31 post-install:
32         @${MKDIR} ${STAGEDIR}${DOCSDIR}
33         ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
34
35 .include <bsd.port.mk>