2001-12-25 09:11:38 +01:00
|
|
|
# New ports collection makefile for: he2
|
|
|
|
# Date created: 3 August 2001
|
|
|
|
# Whom: nadav@libagent.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= he2
|
|
|
|
PORTVERSION= 0.61
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 2
|
2001-12-25 09:11:38 +01:00
|
|
|
CATEGORIES= hebrew editors
|
2009-08-22 02:24:37 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/HebrewEditor/${PORTVERSION}
|
2001-12-25 09:11:38 +01:00
|
|
|
|
2004-02-08 06:07:21 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 13:17:17 +01:00
|
|
|
COMMENT= An editor for editing (primarily LaTeX) Hebrew files
|
2001-12-25 09:11:38 +01:00
|
|
|
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
RUN_DEPENDS= ${LOCALBASE}/lib/X11/fonts/hebrew:${PORTSDIR}/hebrew/elmar-fonts
|
2001-12-25 09:11:38 +01:00
|
|
|
|
|
|
|
USE_GMAKE= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2008-05-22 02:12:09 +02:00
|
|
|
ALL_TARGET= -j`${SYSCTL} -n hw.ncpu`
|
2007-05-27 05:03:31 +02:00
|
|
|
|
2001-12-25 09:11:38 +01:00
|
|
|
post-install:
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
2008-05-22 02:12:09 +02:00
|
|
|
.include <bsd.port.mk>
|