Update science/meep to version 1.2_10
[dports.git] / science / qtresistors / Makefile
1 # Created by: Gvozdikov Veniamin <g.veniamin@googlemail.com>
2 # $FreeBSD$
3
4 PORTNAME=       qtresistors
5 PORTVERSION=    0.1
6 PORTREVISION=   2
7 CATEGORIES=     science
8 MASTER_SITES=   http://qt-apps.org/CONTENT/content-files/
9 DISTNAME=       118297-qtResistors-201001102229
10
11 MAINTAINER=     vg@FreeBSD.org
12 COMMENT=        Calculate resistance of resistor by the colors on the resistor
13
14 USES=           qmake
15 USE_QT4=        gui uic_build moc_build
16
17 WRKSRC=         ${WRKDIR}/qtResistors
18
19 PLIST_FILES=    bin/${PORTNAME}
20
21 do-install:
22         ${INSTALL_PROGRAM} ${WRKSRC}/qtResistors ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
23
24 .include <bsd.port.mk>