blob: 76b6a089abab6ebb6227049b9893a6690f3ca41d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $NetBSD: Makefile,v 1.1.1.1 2001/05/14 17:00:32 rh Exp $
#
DISTNAME= gle-3.0.3
CATEGORIES= graphics
MASTER_SITES= http://www.linas.org/gle/pub/ \
http://metalab.unc.edu/pub/Linux/libs/X/ \
ftp://tsx-11.mit.edu/pub/linux/sources/libs/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.linas.org/gle/
COMMENT= GL subroutines for drawing tubing and extrusions
USE_MESA= YES
USE_X11BASE= YES
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
.include "../../mk/bsd.pkg.mk"
|