mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
5898d7df5c
- Add state support - Convert LIB_DEPENDS to new style, adjust USE_QT4 components, etc. Approved by: portmgr (blanket approval)
25 lines
572 B
Makefile
25 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>
|