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