a16fc84f19
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
22 lines
537 B
Makefile
22 lines
537 B
Makefile
# $NetBSD: Makefile,v 1.3 2001/09/09 20:36:51 agc Exp $
|
|
#
|
|
|
|
DISTNAME= olvwm4.src4
|
|
PKGNAME= olvwm-4.4
|
|
CATEGORIES= x11 wm
|
|
MASTER_SITES= http://www.akula.com/~jadler/sdo/olvwm/
|
|
|
|
MAINTAINER= w.wnuk@zodiac.mimuw.edu.pl
|
|
HOMEPAGE= http://www.akula.com/~jadler/sdo/olvwm/index.html
|
|
COMMENT= Open Look Virtual Window Manager
|
|
|
|
DEPENDS+= xview-lib>=3.2.1nb1:../../x11/xview-lib
|
|
DEPENDS+= xview-clients>=3.2.1:../../x11/xview-clients
|
|
|
|
USE_X11BASE= # defined
|
|
USE_XPM= # defined
|
|
USE_IMAKE= # defined
|
|
|
|
WRKSRC= ${WRKDIR}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|