openbsd-ports/x11/oroborus/Makefile
sthen 88ea72915d Change SEPARATE_BUILD=(concurrent|simple) to Yes; bsd.port.mk doesn't
make a distinction between these.  ok aja@ dcoppa@
2012-03-29 13:38:12 +00:00

27 lines
609 B
Makefile

# $OpenBSD: Makefile,v 1.6 2012/03/29 13:39:01 sthen Exp $
COMMENT= minimalistic X11 window manager
CATEGORIES= x11
DISTNAME= oroborus-2.0.12
DISTFILES= oroborus_2.0.12-1.tar.gz
MASTER_SITES= http://www.mguillaud.net/ports/oroborus/ \
http://matt.peterson.org/FreeBSD/ports/
HOMEPAGE= http://www.oroborus.org/
MAINTAINER= Maxime Guillaud <bsd-ports@mguillaud.net>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= ICE SM X11 Xext Xpm c
CONFIGURE_STYLE=gnu
USE_GMAKE= Yes
USE_GROFF = Yes
SEPARATE_BUILD= Yes
.include <bsd.port.mk>