6817a270ac
- drop 4.x support (EOL) - our changes have been merged upstream hence retire files/patch-BSDmakefile Notable changes: - several bug fixes - AMD64 support - Cygnus support - tools/make menu - check English words online at http://www.bennetyee.org/http_webster.cgi - support for al character formats in ISO8859 family - extended search, replace and grep functionality - extended (75%!) Romanian dictionary
40 lines
1.1 KiB
Makefile
40 lines
1.1 KiB
Makefile
# New ports collection makefile for: rospell
|
|
# Date created: 2005-11-04
|
|
# Whom: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
|
|
#
|
|
# $Tecnik: ports/editors/rospell/Makefile,v 1.4 2006/05/15 10:49:31 itetcu Exp $
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rospell
|
|
DISTVERSION= 2007.01.rc3
|
|
#PORTREVISION= 1
|
|
CATEGORIES= editors textproc # this should/will be romanian ;)
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= itetcu@FreeBSD.org
|
|
COMMENT= QT-based editor with support for romanian charsets and spell checking
|
|
|
|
BUILD_DEPENDS+= ${LOCALBASE}/include/readtags.h:${PORTSDIR}/devel/ctags
|
|
RUN_DEPENDS+= ${LOCALBASE}/lib/readtags.o:${PORTSDIR}/devel/ctags
|
|
|
|
USE_XLIB= yes
|
|
USE_QT_VER= 3
|
|
MAKE_ENV+= PTHREAD_CFLAGS=${PTHREAD_CFLAGS} PTHREAD_LIBS=${PTHREAD_LIBS}
|
|
CONFIGURE_ENV= LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}"
|
|
|
|
MAKEFILE= BSDmakefile
|
|
|
|
MAN1= rospell.1
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
do-configure:
|
|
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} -f ${MAKEFILE} dictfiles.h
|
|
|
|
do-build:
|
|
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} -f ${MAKEFILE} ${ALL_TARGET}
|
|
|
|
do-install:
|
|
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} -f ${MAKEFILE} ${INSTALL_TARGET}
|
|
|
|
.include <bsd.port.post.mk>
|