summaryrefslogtreecommitdiffstats
path: root/graphics/easypaint/Makefile
blob: 597c29be6c20c485f3b3365b95649989afaa3db9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# New ports collection makefile for:	easypaint
# Date created:		2012-01-06
# Whom:			Gvozdikov Veniamin <g.veniamin@googlemail.com>
#
# $FreeBSD$
#

PORTNAME=	easypaint
PORTVERSION=	0.6.0
PORTREVISION=	1
CATEGORIES=	graphics
MASTER_SITES=	http://qt-apps.org/CONTENT/content-files/
DISTNAME=	140877-easyPaint

MAINTAINER=	g.veniamin@googlemail.com
COMMENT=	Easy graphic editing program

LICENSE=	GPLv3

USE_QT4=	gui xml qmake_build uic_build moc_build rcc_build
QPROFILE=	easyPaint
WRKSRC=		${WRKDIR}/${QPROFILE}

DESKTOP_ENTRIES="easyPaint" "${COMMENT}" "" "easypaint" \
		"Graphics;2DGraphics;RasterGraphics;" "true"

PLIST_FILES=	bin/${PORTNAME}

do-configure:
	cd ${WRKSRC} && ${QMAKE}

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/${QPROFILE} ${PREFIX}/bin/${PORTNAME}

.include <bsd.port.mk>
OpenPOWER on IntegriCloud