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
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 3
|
2000-01-28 23:25:27 +01:00
|
|
|
CATEGORIES= graphics gnome
|
2002-08-26 13:54:10 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
2002-08-23 11:37:36 +02:00
|
|
|
MASTER_SITE_SUBDIR= giconedit
|
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
|
2003-02-21 13:17:17 +01:00
|
|
|
COMMENT= A small GNOME Icon Editor
|
2000-01-28 23:25:27 +01:00
|
|
|
|
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
|
|
|
|
USE_X_PREFIX= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2000-01-28 23:25:27 +01:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
|
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>
|