2005-12-27 22:14:39 +01:00
|
|
|
# New ports collection makefile for: elan
|
|
|
|
# Date created: 19 Nov 2005
|
|
|
|
# Whom: Ed Schouten <ed@fxq.nl>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2006-03-02 17:43:13 +01:00
|
|
|
PORTNAME= elan
|
|
|
|
PORTVERSION= 1.7c
|
|
|
|
CATEGORIES= lang
|
2009-02-02 10:35:39 +01:00
|
|
|
MASTER_SITES= ftp://ftp.cs.ru.nl/pub/vb/elan/
|
2006-03-02 17:43:13 +01:00
|
|
|
DISTNAME= ${PORTNAME}-1.7
|
2005-12-27 22:14:39 +01:00
|
|
|
|
2008-06-20 09:18:30 +02:00
|
|
|
MAINTAINER= ed@FreeBSD.org
|
2006-03-02 17:43:13 +01:00
|
|
|
COMMENT= Compiler for the Elan Programming Environment
|
2005-12-27 22:14:39 +01:00
|
|
|
|
2006-03-02 17:43:13 +01:00
|
|
|
LIB_DEPENDS= dcg:${PORTSDIR}/devel/mimir
|
2005-12-27 22:14:39 +01:00
|
|
|
|
2009-02-02 10:35:39 +01:00
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}
|
2005-12-27 22:14:39 +01:00
|
|
|
|
2009-02-02 10:35:39 +01:00
|
|
|
MAN1= elancc.1
|
2005-12-27 22:14:39 +01:00
|
|
|
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2006-03-02 17:43:13 +01:00
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
- 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
|
|
|
USE_LDCONFIG= yes
|
2005-12-27 22:14:39 +01:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined (NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/manuals/compiler/comp.ps \
|
|
|
|
${DOCSDIR}/elan-compiler.ps
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/manuals/language/elan.ps \
|
|
|
|
${DOCSDIR}/elan-language.ps
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|