1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/science/qtresistors/Makefile
Dirk Meyer de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00

32 lines
760 B
Makefile

# New ports collection makefile for: qtresistors
# Date created: 2010-01-10
# Whom: Gvozdikov Veniamin <g.veniamin@googlemail.com>
#
# $FreeBSD$
#
PORTNAME= qtresistors
PORTVERSION= 0.1
PORTREVISION= 1
CATEGORIES= science
MASTER_SITES= http://qt-apps.org/CONTENT/content-files/
DISTNAME= 118297-qtResistors-201001102229
MAINTAINER= g.veniamin@googlemail.com
COMMENT= Calculate resistance of resistor by the colors on the resistor
USE_QT_VER= 4
QT_COMPONENTS= gui qmake_build uic_build moc_build
WRKSRC= ${WRKDIR}/qtResistors
PLIST_FILES= bin/${PORTNAME}
do-configure:
cd ${WRKSRC} && ${QMAKE} ${QMAKEFLAGS}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/qtResistors ${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>