freebsd-ports/graphics/gnomeiconedit/Makefile

31 lines
748 B
Makefile
Raw Normal View History

# New ports collection makefile for: gnomeiconedit
# Date created: 28th January 2000
# Whom: Ade Lovett <ade@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gnomeiconedit
2000-07-08 23:11:37 +02:00
PORTVERSION= 1.2.0
PORTREVISION= 3
CATEGORIES= graphics gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= giconedit
DISTNAME= gnome-iconedit-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
2003-02-21 13:17:17 +01:00
COMMENT= A small GNOME Icon Editor
2002-08-06 21:06:30 +02:00
USE_GNOME= gnomeprefix gnomehack bonobo gnomeprint
USE_GMAKE= yes
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
2002-08-06 21:06:30 +02:00
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
.include <bsd.port.mk>