freebsd-ports/x11-wm/oroborus/Makefile
Jimmy Olgeni dbc81c7d5b Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Category X.

CR:		D511
Approved by:	portmgr (bapt)
2014-08-08 08:42:44 +00:00

21 lines
497 B
Makefile

# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $FreeBSD$
PORTNAME= oroborus
PORTVERSION= 2.0.18
PORTREVISION= 1
CATEGORIES= x11-wm
MASTER_SITES= http://www.oroborus.org/debian/dists/sid/main/source/x11/ \
http://matt.peterson.org/FreeBSD/ports/
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= matt@peterson.org
COMMENT= Small and simple GNOME-compatible window manager
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_XORG= xpm
USES= gmake
GNU_CONFIGURE= yes
.include <bsd.port.mk>