openbsd-ports/misc/wmmand/Makefile

35 lines
679 B
Makefile
Raw Normal View History

2010-11-19 02:23:05 -05:00
# $OpenBSD: Makefile,v 1.14 2010/11/19 07:23:12 espie Exp $
COMMENT= wm-dockapp; mandelbrot explorer
DISTNAME= wmMand-1.0
2010-11-05 04:24:49 -04:00
PKGNAME= ${DISTNAME:L}
REVISION= 0
CATEGORIES= misc x11 x11/windowmaker
HOMEPAGE= http://nis-www.lanl.gov/~mgh/WindowMaker/DockApps.shtml
MAINTAINER= Peter Stromberg <wilfried@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2010-11-05 04:24:49 -04:00
WANTLIB= X11 Xext Xpm c pthread-stubs xcb
MASTER_SITES= http://nis-www.lanl.gov/~mgh/WindowMaker/
2010-11-19 02:23:05 -05:00
RUN_DEPENDS= graphics/xv
2001-10-25 18:34:48 -04:00
2010-11-19 02:23:05 -05:00
USE_GROFF = Yes
2003-03-31 09:27:18 -05:00
2001-10-25 18:34:48 -04:00
NO_REGRESS= Yes
WRKSRC= ${WRKDIST}/wmMand
ALL_TARGET= clean all
.include <bsd.port.mk>