1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/graphics/goom/Makefile
2021-04-06 16:31:07 +02:00

26 lines
589 B
Makefile

# Created by: Koop Mast <kwm@FreeBSD.org>
PORTNAME= goom
PORTVERSION= 2k4.0
PORTREVISION= 7
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}2k4/0
DISTNAME= ${PORTNAME}-${PORTVERSION:S|.|-|}-src
MAINTAINER= ports@FreeBSD.org
COMMENT= Visual effects library
LICENSE= LGPL20
WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION:S|.|-|}
USES= pathfix libtool localbase
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-sdltest --enable-static
CONFIGURE_ENV= ac_cv_path_SDL_CONFIG="no"
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
BROKEN_powerpc= Does not build
.include <bsd.port.mk>