e841a6480a
The main change is the removal of a now-useless and accidentally GPL2 header file.
23 lines
616 B
Makefile
23 lines
616 B
Makefile
# $NetBSD: Makefile,v 1.69 2021/08/11 20:40:55 nia Exp $
|
|
|
|
DISTNAME= glu-9.0.2
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= https://mesa.freedesktop.org/archive/glu/
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://gitlab.freedesktop.org/mesa/glu
|
|
COMMENT= OpenGL Utility Library
|
|
LICENSE= sgi-free-software-b-v2.0
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
USE_LANGUAGES= c c++
|
|
|
|
PKGCONFIG_OVERRIDE+= glu.pc.in
|
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../graphics/MesaLib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|