blob: dd3deaf7dd05db45f920ba221b547ffd069605e1 (
plain)
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
|
# $NetBSD: Makefile.common,v 1.1 2000/07/25 14:42:00 jlam Exp $
DISTNAME= lesstif-${LESSTIF_VERSION}
LESSTIF_VERSION= 0.91.4
CATEGORIES= x11
MASTER_SITES= ftp://ftp.hungry.com/pub/hungry/lesstif/srcdist/ \
ftp://ftp.unicamp.br/pub/X11/lesstif/srcdist/ \
ftp://ftp.kddlabs.co.jp/X11/lesstif/srcdist/ \
ftp://linux.mathematik.tu-darmstadt.de/pub/linux/mirrors/misc/lesstif/srcdist/ \
http://gd.tuwien.ac.at/hci/lesstif/srcdist/ \
http://www.damtp.cam.ac.uk/mirror/ftp.hungry.com/pub/hungry/lesstif/srcdist/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.lesstif.org/
BUILD_DEPENDS+= autoreconf:../../devel/autoconf
BUILD_DEPENDS+= automake:../../devel/automake
USE_X11BASE= # defined
USE_GMAKE= # defined
USE_LIBTOOL= # defined
LTCONFIG_OVERRIDE+= ${WRKSRC}/ltconfig
LTCONFIG_OVERRIDE+= ${WRKSRC}/Xlt/ltconfig
LTCONFIG_OVERRIDE+= ${WRKSRC}/Xbae/ltconfig
GNU_CONFIGURE= # defined
CONFIGURE_ARGS+= --enable-production --disable-debug
FILESDIR= ${.CURDIR}/../../x11/lesstif/files
PATCHDIR= ${.CURDIR}/../../x11/lesstif/patches
pre-configure:
cd ${WRKSRC} && autoreconf && automake
.include "../../mk/bsd.pkg.mk"
|