freebsd-ports/editors/textroom/Makefile
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00

34 lines
772 B
Makefile

# Created by: admin@mjbrune.org
# $FreeBSD$
PORTNAME= textroom
PORTVERSION= 0.8.2
PORTREVISION= 6
CATEGORIES= editors
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Full screen text editor
LICENSE= GPLv3
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \
libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell \
libxml++-2.6.so:${PORTSDIR}/textproc/libxml++26
USES= desktop-file-utils pkgconfig qmake
USE_GL= gl
USE_SDL= mixer
USE_QT4= moc_build rcc_build uic_build \
corelib gui opengl qt3support svg xml
post-patch:
.for i in getaword.cpp optionsdialog.cpp textroom.cpp
@${REINPLACE_CMD} -e \
's|/usr/share|${PREFIX}/share|' ${WRKSRC}/application/src/${i}
.endfor
post-install:
@${STRIP_CMD} ${STAGEDIR}/${PREFIX}/bin/textroom
.include <bsd.port.mk>