blob: 3652b84afb6a9f699bc0be3706cb94770989f268 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $NetBSD: Makefile,v 1.9 2000/08/23 23:14:36 tron Exp $
#
USE_XPM= YES
CONFLICTS+= icewm-gnome-[0-9]*
EVAL_PREFIX+= XPMDIR=xpm
CONFIGURE_ARGS+= --with-xpm="${XPMDIR}"
.include "../../x11/icewm/Makefile.common"
|