1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00

Now this is available on 4-STABLE too. :)

This commit is contained in:
Akinori MUSHA 2001-04-01 17:59:39 +00:00
parent b4635474a2
commit e3113c7ecd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40695

View File

@ -7,7 +7,7 @@
PORTNAME= sdl
PORTVERSION= 0.3
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel graphics audio ruby
MASTER_SITES= http://www.kmc.kyoto-u.ac.jp/~ohai/rubysdl/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
@ -24,16 +24,9 @@ LIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl-devel \
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
CONFIGURE_ARGS= --with-sdl-config="sdl11-config" \
--with-cflags="${PTHREAD_CFLAGS}" \
--with-ldflags="${PTHREAD_LIBS}"
CONFIGURE_ARGS= --with-sdl-config="sdl11-config"
INSTALL_TARGET= site-install
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500018
BROKEN= "libc_r conflicts with libc on your system. (Ruby/SDL can be used on 5-CURRENT only)"
.endif
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}
@ -42,4 +35,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/README ${RUBY_DOCDIR}/${PORTNAME}/ja/
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>