freebsd-ports/science/qtresistors/Makefile
Max Brazhnikov 5898d7df5c - Convert to USES=qmake (and other USES while I'm here)
- Add state support
- Convert LIB_DEPENDS to new style, adjust USE_QT4 components, etc.

Approved by:	portmgr (blanket approval)
2013-11-22 12:55:00 +00:00

24 lines
572 B
Makefile

# Created by: Gvozdikov Veniamin <g.veniamin@googlemail.com>
# $FreeBSD$
PORTNAME= qtresistors
PORTVERSION= 0.1
PORTREVISION= 2
CATEGORIES= science
MASTER_SITES= http://qt-apps.org/CONTENT/content-files/
DISTNAME= 118297-qtResistors-201001102229
MAINTAINER= vg@FreeBSD.org
COMMENT= Calculate resistance of resistor by the colors on the resistor
USES= qmake
USE_QT4= gui uic_build moc_build
WRKSRC= ${WRKDIR}/qtResistors
PLIST_FILES= bin/${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/qtResistors ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>