blob: 5dc4d9ea919c5f8b54677892ca91ff12f5a8389d (
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 1999/07/22 09:14:55 garbled Exp $
DISTNAME= OpenPTC-x11-1.0.0-2
PKGNAME= OpenPTC-X11-1.0.02
CATEGORIES= graphics
MASTER_SITES= http://www.cs.ucl.ac.uk/students/c.nentwich/ptc/
MAINTAINER= root@garbled.net
HOMEPAGE= http://www.cs.ucl.ac.uk/students/c.nentwich/ptc/
DEPENDS+= Hermes-1.2.5:../../graphics/hermes
WRKSRC= ${WRKDIR}/OpenPTC-x11-1.0.0
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_X11BASE= yes
CONFIGURE_ENV+= CXXFLAGS="-I${LOCALBASE}/include"
.include "../../mk/bsd.pkg.mk"
|