freebsd-ports/devel/qscintilla2-designerplugin/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

33 lines
873 B
Makefile

# New ports collection makefile for: qscintilla2-designerplugin
# Date created: 2007-02-09
# Whom: Danny Pansters <danny@ricin.com>
#
# $FreeBSD$
PORTNAME= designerplugin
PORTVERSION= 20070410
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.riverbankcomputing.com/Downloads/Snapshots/QScintilla2/ \
http://freebsd.ricin.com/ports/distfiles/
PKGNAMEPREFIX= qscintilla2-
DISTNAME= QScintilla-1.73-gpl-2-snapshot-${PORTVERSION}
MAINTAINER= danny@ricin.com
COMMENT= Qt Designer plugin for QScintilla2 (Qt4)
LIB_DEPENDS= qscintilla2.1:${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>