blob: 503b7f0880c9f380380eb6053986953ac62d4e13 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $NetBSD: Makefile,v 1.5 2004/11/27 00:15:23 hubertf Exp $
.include "../xlockmore/Makefile.common"
PKGNAME= ${DISTNAME:S/-/-lite-/}
COMMENT= "lite" version of xlockmore
CONFIGURE_ARGS+= --without-xpm
CONFIGURE_ARGS+= --without-gltt
CONFIGURE_ARGS+= --without-ttf
CONFIGURE_ARGS+= --without-glftgl
CONFIGURE_ARGS+= --without-freetype
CONFIGURE_ARGS+= --without-opengl
CONFIGURE_ARGS+= --without-mesa
CONFIGURE_ARGS+= --without-rplay
CONFIGURE_ARGS+= --without-esound
CONFIGURE_ARGS+= --without-gtk2
CONFIGURE_ARGS+= --without-gtk
PLIST_SUBST+= LITE="@comment Not in lite version: "
.include "../../mk/bsd.pkg.mk"
|