mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-14 20:41:20 +02:00
24 lines
520 B
Makefile
24 lines
520 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
PORTNAME= icon-naming-utils
|
|
PORTVERSION= 0.8.90
|
|
CATEGORIES= x11-themes
|
|
MASTER_SITES= http://tango.freedesktop.org/releases/
|
|
|
|
MAINTAINER= onborodin@gmail.com
|
|
COMMENT= Utilities of the Tango project
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/XML/Simple.pm:perl/p5-XML-Simple
|
|
RUN_DEPENDS= ${SITE_PERL}/XML/Simple.pm:perl/p5-XML-Simple
|
|
|
|
USES+= tar:bzip2 perl5
|
|
GNU_CONFIGURE= yes
|
|
USES+= gmake
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e 's,$$(datadir)/pkgconfig,$$(libdir)/pkgconfig,' ${WRKSRC}/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|
|
#EOF
|