2005-11-27 07:32:53 +01:00
|
|
|
# New ports collection makefile for: icon-naming-utils
|
|
|
|
# Date created: 2005-11-05
|
|
|
|
# Whom: Phillip Neumann <pneumann@gmail.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= icon-naming-utils
|
2007-03-04 21:26:22 +01:00
|
|
|
PORTVERSION= 0.8.2
|
2005-11-27 07:32:53 +01:00
|
|
|
CATEGORIES= x11-themes
|
2006-10-14 10:35:50 +02:00
|
|
|
MASTER_SITES= http://tango.freedesktop.org/releases/
|
2005-11-27 07:32:53 +01:00
|
|
|
|
|
|
|
MAINTAINER= pneumann@gmail.com
|
|
|
|
COMMENT= Utilities of the Tango project
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple
|
|
|
|
RUN_DEPENDS= ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple
|
|
|
|
|
|
|
|
USE_PERL5= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
2006-10-14 10:35:50 +02:00
|
|
|
USE_GNOME= gnomehack pkgconfig gnometarget
|
2005-12-09 14:19:03 +01:00
|
|
|
|
|
|
|
pre-configure:
|
|
|
|
@ ${REINPLACE_CMD} -e "s|[(]datadir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g" ${WRKSRC}/Makefile.in
|
2005-11-27 07:32:53 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|