1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/devel/esdl/Makefile

39 lines
840 B
Makefile
Raw Normal View History

# 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
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME}-${PORTVERSION}.src
2003-03-05 20:14:42 +00:00
DIST_SUBDIR= erlang
MAINTAINER= olgeni@FreeBSD.org
2003-02-23 10:51:29 +00:00
COMMENT= A library for accessing SDL and OpenGL through Erlang
BROKEN= fails to install properly
BUILD_DEPENDS= erlc:${PORTSDIR}/lang/erlang
2003-09-01 20:02:20 +00:00
RUN_DEPENDS= erl:${PORTSDIR}/lang/erlang
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_GL= yes
USE_GMAKE= yes
USE_SDL= sdl
ALL_TARGET= target
PLIST_SUB= VERSION="${PORTVERSION}"
2004-02-26 08:15:37 +00:00
.include <bsd.port.pre.mk>
post-install:
@${LN} -sf ${PORTNAME}-${PORTVERSION} ${PREFIX}/lib/erlang/lib/${PORTNAME}
2004-02-26 08:15:37 +00:00
.include <bsd.port.post.mk>