freebsd-ports/x11/deskpaint/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

19 lines
411 B
Makefile

# Created by: Kirn Gill <segin2005@gmail.com>
# $FreeBSD$
PORTNAME= deskpaint
PORTVERSION= 3.1
CATEGORIES= x11
MASTER_SITES= http://www.squidjam.com/matwm/pub/
DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= sic_zer0@hotmail.com
COMMENT= Tiny interactive paint program that draws as your desktop wallpaper
USE_XORG= x11 xext
PLIST_FILES= bin/deskpaint
WRKSRC= ${WRKDIR}/${PORTNAME}
.include <bsd.port.mk>