19 lines
436 B
Makefile
19 lines
436 B
Makefile
# $NetBSD: Makefile,v 1.9 2012/10/31 11:19:54 asau Exp $
|
|
#
|
|
|
|
DISTNAME= util-macros-1.17
|
|
PKGNAME= xorg-${DISTNAME}
|
|
CATEGORIES= devel x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=util/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= Xorg autotool macros
|
|
LICENSE= mit
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
PKGCONFIG_OVERRIDE+= xorg-macros.pc.in
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|