1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/devel/qprog/Makefile
Max Brazhnikov b97da74ba1 - 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 18:48:41 +00:00

26 lines
549 B
Makefile

# Created by: Brandon Fosdick <bfoz@bfoz.net>
# $FreeBSD$
PORTNAME= qprog
PORTVERSION= 0.4
PORTREVISION= 4
CATEGORIES= devel
MASTER_SITES= http://bfoz.net/projects/${PORTNAME}/release/
DISTNAME= QProg_${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= bfoz@bfoz.net
COMMENT= Cross-platform software for the DIY line of PIC programmers
USES= qmake
USE_QT4= moc_build gui network
WRKSRC= ${WRKDIR}/QProg
PLIST_FILES= bin/${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>