2003-01-02 19:57:54 +00:00
|
|
|
# New ports collection makefile for: esdl
|
|
|
|
# Date Created: 2 January 2003
|
|
|
|
# Whom: olgeni@FreeBSD.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= esdl
|
2005-12-02 23:25:49 +00:00
|
|
|
PORTVERSION= 0.95.0630
|
2006-03-07 08:28:06 +00:00
|
|
|
PORTREVISION= 1
|
2003-01-02 19:57:54 +00:00
|
|
|
CATEGORIES= devel
|
2003-01-02 20:17:17 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
2003-05-11 13:30:49 +00:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}.src
|
2003-03-05 20:14:42 +00:00
|
|
|
DIST_SUBDIR= erlang
|
2003-01-02 19:57:54 +00:00
|
|
|
|
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
2003-02-23 10:51:29 +00:00
|
|
|
COMMENT= A library for accessing SDL and OpenGL through Erlang
|
2003-01-02 19:57:54 +00:00
|
|
|
|
2006-07-15 07:40:12 +00:00
|
|
|
BROKEN= fails to install properly
|
|
|
|
|
2003-01-17 13:45:25 +00:00
|
|
|
BUILD_DEPENDS= erlc:${PORTSDIR}/lang/erlang
|
2003-09-01 20:02:20 +00:00
|
|
|
RUN_DEPENDS= erl:${PORTSDIR}/lang/erlang
|
2003-01-17 13:45:25 +00:00
|
|
|
|
2003-01-02 19:57:54 +00:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
|
2004-02-17 21:00:40 +00:00
|
|
|
USE_GL= yes
|
2003-01-02 19:57:54 +00:00
|
|
|
USE_GMAKE= yes
|
2004-03-08 01:01:31 +00:00
|
|
|
USE_SDL= sdl
|
2003-05-11 13:30:49 +00:00
|
|
|
ALL_TARGET= target
|
|
|
|
PLIST_SUB= VERSION="${PORTVERSION}"
|
2003-01-02 19:57:54 +00:00
|
|
|
|
2004-02-26 08:15:37 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2003-07-19 12:39:04 +00:00
|
|
|
post-install:
|
|
|
|
@${LN} -sf ${PORTNAME}-${PORTVERSION} ${PREFIX}/lib/erlang/lib/${PORTNAME}
|
|
|
|
|
2004-02-26 08:15:37 +00:00
|
|
|
.include <bsd.port.post.mk>
|