freebsd-ports/x11-themes/icon-naming-utils/Makefile
Wen Heping 36d9a15d6d - Update to 0.8.90
PR:		ports/143466
Submitted by:	Yuri Pankov <yuri.pankov@gmail.com>
Approved by:	maintainer(timeout, > 25 days)
Feature safe:	yes
2010-02-28 02:58:45 +00:00

28 lines
734 B
Makefile

# New ports collection makefile for: icon-naming-utils
# Date created: 2005-11-05
# Whom: Phillip Neumann <pneumann@gmail.com>
#
# $FreeBSD$
#
PORTNAME= icon-naming-utils
PORTVERSION= 0.8.90
CATEGORIES= x11-themes
MASTER_SITES= http://tango.freedesktop.org/releases/
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_BZIP2= yes
USE_PERL5= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOME= gnomehack pkgconfig
pre-configure:
@ ${REINPLACE_CMD} -e "s|[(]datadir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g" ${WRKSRC}/Makefile.in
.include <bsd.port.mk>