openbsd-ports/x11/icon-naming-utils/Makefile

27 lines
456 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.10 2013/03/11 11:46:13 espie Exp $
COMMENT= compatibility tools from the Tango project
DISTNAME= icon-naming-utils-0.8.90
CATEGORIES= x11
REVISION= 0
2007-01-17 11:18:31 -05:00
HOMEPAGE= http://tango.freedesktop.org/
2008-07-07 17:29:03 -04:00
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
2007-10-22 18:00:17 -04:00
MASTER_SITES= ${HOMEPAGE}/releases/
2010-11-22 03:36:47 -05:00
RUN_DEPENDS= textproc/p5-XML-Simple
BUILD_DEPENDS= ${RUN_DEPENDS}
USE_GMAKE= Yes
PKG_ARCH= *
CONFIGURE_STYLE= gnu
2013-03-11 07:35:43 -04:00
NO_TEST= Yes
2007-10-22 18:00:17 -04:00
.include <bsd.port.mk>