blob: 8e7d8953d25c0b4549219ecd152eb2b400e99c0c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $NetBSD: Makefile,v 1.1.1.1 2000/12/12 02:03:48 wiz Exp $
#
USE_XPM= YES
CONFLICTS+= icewm-gnome-[0-9]*
EVAL_PREFIX+= XPMDIR=xpm
CONFIGURE_ARGS+= --with-xpm="${XPMDIR}"
.include "../../wm/icewm/Makefile.common"
|