1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/lang/kroc/Makefile
Tijl Coosemans ff57a36a58 audio/sdl_sound:
- USES=libtool.
- Strip library.
- Replace patch+reinplace with a single reinplace.
- Remove a patch so we use the upstream library name again.  Bump
  PORTREVISION on all dependent ports.

games/alephone:
- USES=gmake tar:bzip2.
- Remove unneeded PKG_CONFIG variable.
- Staging.
- New LIB_DEPENDS syntax.

games/asc:
- USES=libtool.

games/gltron:
- New LIB_DEPENDS syntax.
- USES=gmake.
- Remove references to PTHREAD_CFLAGS and PTHREAD_LIBS.
- Use option helpers.
- Staging.

lang/kroc: (still BROKEN due to use of "python" command)
- New LIB_DEPENDS syntax.
- USES=pathfix tar:bzip2.
- Staging.
- Replace patches with post-patch.
- Replace MAKE with MAKE_CMD.

lang/smalltalk:
- USES=libtool tar:xz.
- Use BROKEN_sparc64.
2014-05-03 18:58:57 +00:00

47 lines
1.0 KiB
Makefile

# Created by: Tim Bishop <tdb@FreeBSD.org>
# $FreeBSD$
PORTNAME= kroc
PORTVERSION= 1.5.r6372
PORTREVISION= 5
CATEGORIES= lang
MASTER_SITES= http://ftp.i-scream.org/pub/kroc/ \
ftp://ftp.i-scream.org/pub/kroc/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/-r/}
MAINTAINER= tdb@FreeBSD.org
COMMENT= The Kent Retargetable occam-pi Compiler
BROKEN= Fails to build
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash
LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
ONLY_FOR_ARCHS= i386
USES= pathfix pkgconfig tar:bzip2
PATHFIX_MAKEFILEIN= Makefile.am
USE_LDCONFIG= yes
USE_GL= yes
USE_MYSQL= yes
USE_PYTHON= yes
USE_SDL= sdl sound
USE_GNOME= libxslt
USE_AUTOTOOLS= autoconf:env automake:env
USE_XORG= xmu xi
GNU_CONFIGURE= yes
post-patch:
@${FIND} ${WRKSRC} -type f -name configure.ac | \
${XARGS} ${REINPLACE_CMD} '/AM_C_PROTOTYPES/d'
pre-configure:
@(cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} \
${AUTORECONF} -f -i)
regression-test:
@(cd ${WRKSRC} && ${MAKE_CMD} check)
.include <bsd.port.mk>