b924964cfa
- Get rid of QMAKEFLAGS - Use globally provided LRELEASE
29 lines
738 B
Makefile
29 lines
738 B
Makefile
# Created by: admin@mjbrune.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= textroom
|
|
PORTVERSION= 0.8.2
|
|
PORTREVISION= 4
|
|
CATEGORIES= editors
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Full screen text editor
|
|
|
|
LIB_DEPENDS= libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell \
|
|
libxml++-2.6.so:${PORTSDIR}/textproc/libxml++26 \
|
|
libcurl.so:${PORTSDIR}/ftp/curl
|
|
|
|
USES= qmake shared-mime-info
|
|
USE_SDL= mixer
|
|
USE_QT4= moc_build rcc_build uic_build corelib gui xml \
|
|
svg opengl qt3support
|
|
QMAKE_ARGS= LOCALBASE=${LOCALBASE}
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|' \
|
|
${WRKSRC}/application/src/textroom.cpp \
|
|
${WRKSRC}/application/src/getaword.cpp \
|
|
${WRKSRC}/application/src/optionsdialog.cpp
|
|
|
|
.include <bsd.port.mk>
|