mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
b276dde808
onto the desktop window, so that the user draws their own desktop wallpaper. PR: ports/139716 Submitted by: Kirn Gill <segin2005 at gmail.com>
23 lines
513 B
Makefile
23 lines
513 B
Makefile
# New ports collection makefile for: deskpaint
|
|
# Date created: 18 October 2009
|
|
# Whom: Kirn Gill <segin2005@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= deskpaint
|
|
PORTVERSION= 3
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://www.gatorgitter.com/~maties/
|
|
DISTNAME= ${PORTNAME}${PORTVERSION}
|
|
|
|
MAINTAINER= sic_zer0@hotmail.com
|
|
COMMENT= A 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>
|