freebsd-ports/devel/qprog/Makefile
Edwin Groothuis ce7203bb89 New port: devel/qprog Cross-platform software for the DIY line of PIC programmers
QProg is an OS X, Windows, and *nix/X11 compatible software
	interface to the popular DIY line of PIC programmers sold
	by Kitsrus and is intended to be a cross-platform replacement
	for the software provided with the DIY kits.

	WWW: http://bfoz.net/projects/qprog/

	-Brandon Fosdick
	bfoz@bfoz.net

PR:		ports/114811
Submitted by:	Brandon Fosdick <bfoz@bfoz.net>
2007-09-09 08:43:26 +00:00

31 lines
710 B
Makefile

# New ports collection makefile for: qprog
# Date created: 2007/07/20
# Whom: Brandon Fosdick <bfoz@bfoz.net>
#
# $FreeBSD$
PORTNAME= qprog
PORTVERSION= 0.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
USE_QT_VER= 4
QT_COMPONENTS= qmake moc gui network
WRKSRC= ${WRKDIR}/QProg
PLIST_FILES= bin/${PORTNAME}
do-configure:
( cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \
${QMAKE} -unix PREFIX=${PREFIX} QProg.pro )
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>