1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/x11/deskpaint/Makefile
Martin Wilke b276dde808 `deskpaint' is a small interactive paint program that paints
onto the desktop window, so that the user draws their
own desktop wallpaper.

PR:		ports/139716
Submitted by:	Kirn Gill <segin2005 at gmail.com>
2009-10-20 09:48:33 +00:00

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>