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

30 lines
540 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.9 2012/03/19 10:28:48 ajacoutot 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
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= 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
2007-10-22 18:00:17 -04:00
NO_REGRESS= Yes
.include <bsd.port.mk>