freebsd-ports/devel/esdl/Makefile

35 lines
769 B
Makefile
Raw Normal View History

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