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