freebsd-ports/graphics/gnomeiconedit/Makefile

31 lines
758 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
2012-06-01 07:26:28 +02:00
PORTREVISION= 10
CATEGORIES= graphics gnome
MASTER_SITES= SF/giconedit/giconedit-${PORTVERSION}/tar.gz
DISTNAME= gnome-iconedit-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
2012-07-25 13:24:09 +02:00
COMMENT= Small GNOME icon editor
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
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
CPPFLAGS+= -I${LOCALBASE}/include
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>