blob: 03bc27dc24b202f023ddb804061651f06cb67239 (
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
|
# $NetBSD: Makefile,v 1.26 1999/06/23 17:29:03 hubertf Exp $
# FreeBSD Id: Makefile,v 1.23 1997/10/10 09:24:38 tg Exp
#
DISTNAME= xlockmore-4.14
CATEGORIES= x11
MASTER_SITES= ftp://ftp.tux.org/pub/tux/bagleyd/xlockmore/
MAINTAINER= hubertf@netbsd.org
HOMEPAGE= http://www.tux.org/~bagleyd/xlockmore.html
DEPENDS+= xpm-3.4k:../../graphics/xpm
DEPENDS+= Mesa-3.0:../../graphics/Mesa
GNU_CONFIGURE= yes
USE_X11BASE= yes
CONFIGURE_ARGS+= --with-mesagl --without-motif --without-sx \
--without-editres --without-dtsaver --without-rplay \
--without-nas --without-gtk
CONFIGURE_ENV+= INSTALL='${INSTALL}' \
INSTALL_PROGRAM='${INSTALL_PROGRAM}' \
INSTALL_DATA='${INSTALL_DATA}'
.include "../../mk/bsd.pkg.mk"
|