Converted to use buildlink.mk files
This commit is contained in:
parent
1a41c37362
commit
ee81427d1d
2 changed files with 4 additions and 7 deletions
|
@ -1,13 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.2 2001/02/17 17:21:40 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2001/06/30 10:25:01 zuntum Exp $
|
||||
#
|
||||
|
||||
COMMENT= small, fast and light-weight window manager
|
||||
|
||||
USE_XPM= YES
|
||||
|
||||
CONFLICTS+= icewm-gnome-[0-9]*
|
||||
|
||||
EVAL_PREFIX+= XPMDIR=xpm
|
||||
CONFIGURE_ARGS+= --with-xpm="${XPMDIR}"
|
||||
|
||||
.include "../../graphics/xpm/buildlink.mk"
|
||||
.include "../../wm/icewm/Makefile.common"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.common,v 1.3 2001/06/11 06:34:53 jlam Exp $
|
||||
# $NetBSD: Makefile.common,v 1.4 2001/06/30 10:25:01 zuntum Exp $
|
||||
#
|
||||
|
||||
DISTNAME= icewm-1.0.4
|
||||
|
@ -10,6 +10,7 @@ EXTRACT_SUFX= .src.tar.gz
|
|||
MAINTAINER= wiz@netbsd.org
|
||||
HOMEPAGE= http://icewm.sourceforge.net/
|
||||
|
||||
USE_BUILDLINK_ONLY= YES
|
||||
GNU_CONFIGURE= # defined
|
||||
USE_X11BASE= # defined
|
||||
|
||||
|
|
Loading…
Reference in a new issue