blob: f76e754d7a6a55c8acb5b3d725a16c136c00656b (
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:23 rh Exp $
#
DISTNAME= libstroke-0.3
CATEGORIES= devel
MASTER_SITES= http://www.etla.net/libstroke/
MAINTAINER= rh@netbsd.org
HOMEPAGE= http://www.etla.net/libstroke/
DEPENDS+= tcl-8.0.5:../../lang/tcl80
GNU_CONFIGURE= YES
USE_PKGLIBTOOL= YES
USE_X11= YES
CONFIGURE_ENV+= X_CFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/tcl8.0"
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
.include "../../mk/bsd.pkg.mk"
|