1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/x11/deskpaint/Makefile
Vanilla I. Shu 835726cb71 Support stagedir.
Approved by:	portmgr (blanket infrastructure)
2014-01-09 14:48:54 +00:00

19 lines
413 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= 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>