blob: ecd7a5ab241ae4abe10b48e6b2db0bd8810fec0f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
# New ports collection makefile for: plib
# Version required: 1.0.12a
# Date created: 26 June 1999
# Whom: Brian Buchanan <brian@CSUA.Berkeley.EDU>
#
# $Id: Makefile,v 1.4 1999/08/22 19:46:45 cpiazza Exp $
#
DISTNAME= plib-1.0.12a
CATEGORIES= x11-toolkits
MASTER_SITES= ftp://ftp.flightgear.org/pub/fgfs/Source/ \
http://math.missouri.edu/~stephen/software/flightgear/
DISTFILES= plib-1.0.12a.tar.gz calibrate-0.0.1.tar.gz
MAINTAINER= brian@CSUA.Berkeley.EDU
LIB_DEPENDS= GL.14:${PORTSDIR}/graphics/Mesa3 \
GLU.14:${PORTSDIR}/graphics/Mesa3 \
glut.3:${PORTSDIR}/graphics/Mesa3
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV+= CPPFLAGS=-I${X11BASE}/include
CONFIGURE_ARGS+= --includedir=$(PREFIX)/include/plib
USE_GMAKE= yes
USE_NEWGCC= yes
MANCOMPRESSED= yes
MAN1= calibrate.1
pre-build:
@(cd ${WRKDIR}/calibrate-0.0.1; ${MAKE})
@${ECHO_MSG} "${PREFIX}"
pre-install:
@(cd ${WRKDIR}/calibrate-0.0.1; ${MAKE} PREFIX=${PREFIX} install)
.include <bsd.port.mk>
|