blob: 105c3ced9abc1f21bc8a0f546f4ee6440072c3e5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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>
|