freebsd-ports/x11-themes/icon-naming-utils/Makefile
Pav Lucistnik 7dcc198fc4 - Update to 0.6.0
PR:		ports/90128
Submitted by:	Phillip Neumann <pneumann@gmail.com> (maintainer)
2005-12-09 13:19:03 +00:00

27 lines
714 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.6.0
CATEGORIES= x11-themes
MASTER_SITES= http://tango-project.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_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>