mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-08 12:01:56 +00:00
![Jimmy Olgeni](/assets/img/avatar_default.png)
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)
19 lines
411 B
Makefile
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>
|