ajacoutot 0d830c3ad2 "/usr/local/share/pkgconfig/" is part of mtree(8).
Packages should not own this dir to prevent its deletion or a warning that it
cannot be removed because it's not empty at pkg_delete(1) time.
2015-05-22 11:36:15 +00:00

27 lines
460 B
Makefile

# $OpenBSD: Makefile,v 1.11 2015/05/22 11:36:16 ajacoutot Exp $
COMMENT= compatibility tools from the Tango project
DISTNAME= icon-naming-utils-0.8.90
CATEGORIES= x11
REVISION= 1
HOMEPAGE= http://tango.freedesktop.org/
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= ${HOMEPAGE}/releases/
RUN_DEPENDS= textproc/p5-XML-Simple
BUILD_DEPENDS= ${RUN_DEPENDS}
USE_GMAKE= Yes
PKG_ARCH= *
CONFIGURE_STYLE= gnu
NO_TEST= Yes
.include <bsd.port.mk>