1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/devel/qscintilla2-designerplugin/Makefile
Martin Wilke d5ac121b88 - Update to 2.1
Submitted by:	Danny Pansters <danny@ricin.com> (maintainer via privat mail)
2007-09-13 18:24:57 +00:00

35 lines
861 B
Makefile

# New ports collection makefile for: qscintilla2-designerplugin
# Date created: 2007-02-09
# Whom: Danny Pansters <danny@ricin.com>
#
# $FreeBSD$
PORTNAME= designerplugin
PORTVERSION= 2.1
PORTEPOCH= 1
PORTREVISION= # zero
CATEGORIES= devel
MASTER_SITES= http://www.riverbankcomputing.com/Downloads/QScintilla2/ \
http://freebsd.ricin.com/ports/distfiles/
PKGNAMEPREFIX= qscintilla2-
DISTNAME= QScintilla-1.73-gpl-${PORTVERSION}
MAINTAINER= danny@ricin.com
COMMENT= Qt Designer plugin for QScintilla2 (Qt4)
LIB_DEPENDS= qscintilla2.2:${PORTSDIR}/devel/qscintilla2
USE_QT_VER= 4
QT_COMPONENTS= qmake moc gui xml designer
HAS_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${DISTNAME}/designer-Qt4
.include <bsd.port.pre.mk>
do-configure:
cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \
${QMAKE} -unix PREFIX=${PREFIX} designer.pro
.include <bsd.port.post.mk>