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

27 lines
521 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.3 2007/05/13 18:30:41 jasper Exp $
COMMENT= "compatibility tools from the Tango project"
DISTNAME= icon-naming-utils-0.8.2
CATEGORIES= x11
2007-01-17 11:18:31 -05:00
HOMEPAGE= http://tango.freedesktop.org/
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}releases/
RUN_DEPENDS= :p5-XML-Simple-*:textproc/p5-XML-Simple
BUILD_DEPENDS= ${RUN_DEPENDS}
USE_GMAKE= Yes
PKG_ARCH= *
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>