mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
fbd0197639
- Update audio/sdl_mixer to 1.2.15 - Update graphics/sdl_image to 1.2.12 - Update graphics/sdl_ttf to 2.0.11 - Update graphics/sdl_gfx to 2.0.23 - Update net/sdl_net to 1.2.8 - Bump PORTREVISIONs on ports that depend on one or more packages due to ABI and shared library version changes - Update Mk/bsd.sdl.mk accordingly for the new shared library versions Tested by: exp-run by pav
33 lines
779 B
Makefile
33 lines
779 B
Makefile
# New ports collection makefile for: sdlCC
|
|
# Date created: 21 November 2007
|
|
# Whom: Frank W. Josellis <frank@dynamical-systems.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= sdlCC
|
|
PORTVERSION= 0.0.0
|
|
PORTREVISION= 6
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://chinesecheckers.vegard2.no/ \
|
|
http://jcatki.no-ip.org/files/
|
|
|
|
MAINTAINER= frank@dynamical-systems.org
|
|
COMMENT= An extensible chinese checkers game using SDL
|
|
|
|
USE_AUTOTOOLS= libtool
|
|
USE_SDL= image mixer sdl
|
|
GNU_CONFIGURE= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure ${WRKSRC}/libltdl/configure
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${DOCSDIR}
|
|
${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}
|
|
${INSTALL_MAN} ${WRKSRC}/players/README ${DOCSDIR}/README.players
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|