26 lines
521 B
Makefile
26 lines
521 B
Makefile
# $OpenBSD: Makefile,v 1.23 2008/02/01 21:55:23 steven Exp $
|
|
|
|
COMMENT= Desktop Manager: a graphical shell for X11
|
|
|
|
DISTNAME= xdtm-2.5.8
|
|
PKGNAME= ${DISTNAME}p0
|
|
CATEGORIES= x11
|
|
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB:=applications/}
|
|
|
|
# BSD-like, badly worded
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB= ICE SM X11 Xau Xdmcp Xaw Xext Xmu Xt c m
|
|
|
|
USE_X11= Yes
|
|
CONFIGURE_STYLE= imake
|
|
WRKDIST= ${WRKDIR}/xdtm
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|