blob: 27349bd6ad9e4443dc45d2c7972ede93955adcb3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# $NetBSD: Makefile,v 1.9 2003/07/17 21:31:43 grant Exp $
#
DISTNAME= libstroke-0.3
PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.etla.net/libstroke/
MAINTAINER= rh@NetBSD.org
HOMEPAGE= http://www.etla.net/libstroke/
COMMENT= Stroke translation library
DEPENDS+= tcl>=8.3.2:../../lang/tcl
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
USE_X11= YES
CONFIGURE_ENV+= X_CFLAGS="-I${LOCALBASE}/include"
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
.include "../../mk/bsd.pkg.mk"
|