mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
b97da74ba1
- Add state support - Convert LIB_DEPENDS to new style, adjust USE_QT4 components, etc. Approved by: portmgr (blanket approval)
26 lines
549 B
Makefile
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>
|