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
|
2012-11-30 11:20:29 +01:00
|
|
|
PORTREVISION= 8
|
2005-05-30 15:15:10 +02:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= http://www.freedesktop.org/software/icon-slicer/releases/
|
|
|
|
|
2012-11-30 11:20:29 +01:00
|
|
|
MAINTAINER= nemysis@gmx.ch
|
|
|
|
COMMENT= Utility for generating icon and cursor themes
|
|
|
|
|
|
|
|
LICENSE= GPLv2
|
2005-05-30 15:15:10 +02:00
|
|
|
|
|
|
|
LIB_DEPENDS= popt:${PORTSDIR}/devel/popt
|
|
|
|
|
2012-11-30 11:20:29 +01:00
|
|
|
USE_PKGCONFIG= build
|
2005-05-30 15:15:10 +02:00
|
|
|
USE_GNOME= gtk20
|
|
|
|
GNU_CONFIGURE= yes
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2005-05-30 15:15:10 +02:00
|
|
|
|
|
|
|
PLIST_FILES= bin/icon-slicer
|
|
|
|
|
2012-11-30 11:20:29 +01:00
|
|
|
PORTDOCS= AUTHORS ChangeLog README TODO
|
|
|
|
|
|
|
|
.include <bsd.port.options.mk>
|
2005-05-30 15:15:10 +02:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e '/^SUBDIRS/ s|examples||' ${WRKSRC}/Makefile.in
|
|
|
|
|
|
|
|
post-install:
|
2012-11-30 11:20:29 +01:00
|
|
|
.if ${PORT_OPTIONS:MDOCS}
|
2005-05-30 15:15:10 +02:00
|
|
|
${MKDIR} ${DOCSDIR}
|
2012-11-30 11:20:29 +01:00
|
|
|
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
|
2005-05-30 15:15:10 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|