openbsd-ports/x11/icon-naming-utils/Makefile
ajacoutot 77716baf9f Our pkg-config(1) can now cope with files under share/pkgconfig, so
remove these now unneeded hacks/patches.
2012-03-19 10:28:48 +00:00

30 lines
540 B
Makefile

# $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
HOMEPAGE= http://tango.freedesktop.org/
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}/releases/
RUN_DEPENDS= textproc/p5-XML-Simple
BUILD_DEPENDS= ${RUN_DEPENDS}
USE_GMAKE= Yes
PKG_ARCH= *
CONFIGURE_STYLE= gnu
NO_REGRESS= Yes
.include <bsd.port.mk>