mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
5e05ba0f9e
- Update WWW: line PR: ports/77837 Submitted by: Sam Lawrance <boris@brooknet.com.au>
36 lines
821 B
Makefile
36 lines
821 B
Makefile
# New ports collection makefile for: kobodeluxe
|
|
# Date created: 12 June 2002
|
|
# Whom: Amar Takhar <verm@drunkmonk.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= kobodeluxe
|
|
PORTVERSION= 0.4.p8
|
|
PORTREVISION= 1
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://olofson.net/kobodl/download/
|
|
DISTNAME= KoboDeluxe-${PORTVERSION:S/.p/pre/}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Kobo Deluxe (formerly SKobo) is an SDL port of Akira Higuchi's XKobo
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= SDL_CONFIG=${LOCALBASE}/bin/sdl11-config
|
|
CONFIGURE_ARGS+= --program-transform-name="s/$$//"
|
|
|
|
USE_SDL= image sdl
|
|
USE_AUTOCONF_VER= 253
|
|
USE_AUTOMAKE_VER= 15
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${ARCH} == "amd64"
|
|
BROKEN= "Does not compile on amd64"
|
|
.endif
|
|
|
|
pre-configure:
|
|
cd ${WRKDIR}/${DISTNAME} && ${ACLOCAL} && ${AUTOCONF} && ${AUTOHEADER}
|
|
|
|
.include <bsd.port.post.mk>
|