openbsd-ports/x11/xdtm/Makefile

23 lines
431 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.29 2013/03/11 11:46:17 espie Exp $
COMMENT= Desktop Manager: a graphical shell for X11
1998-05-19 01:47:23 -04:00
DISTNAME= xdtm-2.5.8
2011-11-13 11:03:15 -05:00
REVISION= 1
1998-05-19 01:47:23 -04:00
CATEGORIES= x11
2002-10-29 14:48:57 -05:00
2002-05-15 14:05:18 -04:00
MASTER_SITES= ${MASTER_SITE_XCONTRIB:=applications/}
1998-05-19 01:47:23 -04:00
# BSD-like, badly worded
2000-03-23 16:41:24 -05:00
PERMIT_PACKAGE_CDROM= Yes
2008-02-01 16:55:23 -05:00
WANTLIB= ICE SM X11 Xau Xdmcp Xaw Xext Xmu Xt c m
2000-03-23 16:41:24 -05:00
2010-11-22 03:36:47 -05:00
USE_GROFF = Yes
CONFIGURE_STYLE= imake
2000-02-10 19:37:15 -05:00
WRKDIST= ${WRKDIR}/xdtm
1998-05-19 01:47:23 -04:00
2013-03-11 07:35:43 -04:00
NO_TEST= Yes
2002-10-29 14:48:57 -05:00
1998-05-19 01:47:23 -04:00
.include <bsd.port.mk>