freebsd-ports/graphics/easypaint/Makefile
Martin Wilke 9c2f65e395 - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by:	bapt, David Naylor (kde team)
2012-06-06 06:44:37 +00:00

35 lines
794 B
Makefile

# 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>