blob: dfcf14bb5df2740f253644e77f7ec0592a7578d0 (
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.3 2000/06/01 11:23:31 rh 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_PKGLIBTOOL= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_X11BASE= yes
CONFIGURE_ENV+= CXXFLAGS="-I${LOCALBASE}/include"
.include "../../mk/bsd.pkg.mk"
|