dbc81c7d5b
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)
18 lines
411 B
Makefile
18 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>
|