2000-01-28 23:25:27 +01:00
|
|
|
# New ports collection makefile for: gnomeiconedit
|
|
|
|
# Date created: 28th January 2000
|
|
|
|
# Whom: Ade Lovett <ade@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-14 12:48:02 +02:00
|
|
|
PORTNAME= gnomeiconedit
|
2000-07-08 23:11:37 +02:00
|
|
|
PORTVERSION= 1.2.0
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 10
|
2000-01-28 23:25:27 +01:00
|
|
|
CATEGORIES= graphics gnome
|
2009-08-22 02:23:13 +02:00
|
|
|
MASTER_SITES= SF/giconedit/giconedit-${PORTVERSION}/tar.gz
|
2000-04-14 12:48:02 +02:00
|
|
|
DISTNAME= gnome-iconedit-${PORTVERSION}
|
2000-01-28 23:25:27 +01:00
|
|
|
|
2005-03-15 22:48:31 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2012-07-25 13:24:09 +02:00
|
|
|
COMMENT= Small GNOME icon editor
|
2000-01-28 23:25:27 +01:00
|
|
|
|
2012-06-01 07:26:28 +02:00
|
|
|
LIB_DEPENDS= png15:${PORTSDIR}/graphics/png
|
|
|
|
|
2002-08-06 21:06:30 +02:00
|
|
|
USE_GNOME= gnomeprefix gnomehack bonobo gnomeprint
|
2000-01-28 23:25:27 +01:00
|
|
|
USE_GMAKE= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2011-09-24 00:26:39 +02:00
|
|
|
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
2000-01-28 23:25:27 +01:00
|
|
|
|
2002-08-06 21:06:30 +02:00
|
|
|
post-patch:
|
2002-07-08 12:41:30 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
|
2000-08-04 03:34:38 +02:00
|
|
|
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
|
|
|
|
2000-01-28 23:25:27 +01:00
|
|
|
.include <bsd.port.mk>
|