30b55df38e
MASTER_SITES= site1 \ site2 style continuation lines to be simple repeated MASTER_SITES+= site1 MASTER_SITES+= site2 lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint accordingly.
27 lines
798 B
Makefile
27 lines
798 B
Makefile
# $NetBSD: Makefile,v 1.32 2017/01/19 18:52:12 agc Exp $
|
|
#
|
|
|
|
DISTNAME= gle-3.1.0
|
|
PKGREVISION= 4
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gle/}
|
|
MASTER_SITES+= http://www.linas.org/gle/pub/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.linas.org/gle/
|
|
COMMENT= GL subroutines for drawing tubing and extrusions
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_LIBTOOL= YES
|
|
LIBS+= -lXext
|
|
|
|
BUILDLINK_DEPMETHOD.libXt?= build
|
|
|
|
# GLUT is used only by the examples, which aren't built or installed.
|
|
#.include "../../graphics/glut/buildlink3.mk"
|
|
.include "../../graphics/glu/buildlink3.mk"
|
|
.include "../../graphics/MesaLib/buildlink3.mk"
|
|
.include "../../x11/libXi/buildlink3.mk"
|
|
.include "../../x11/libXmu/buildlink3.mk"
|
|
.include "../../x11/libXt/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|