mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
7e3a1f16b2
- Switch to USES=libtool - Pass maintainership to games@
31 lines
771 B
Makefile
31 lines
771 B
Makefile
# Created by: Frank W. Josellis <frank@dynamical-systems.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sdlCC
|
|
PORTVERSION= 0.0.0
|
|
PORTREVISION= 8
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://chinesecheckers.vegard2.no/ \
|
|
http://jcatki.no-ip.org/files/
|
|
|
|
MAINTAINER= games@FreeBSD.org
|
|
COMMENT= Extensible Chinese checkers game using SDL
|
|
|
|
USES= libtool:keepla # ltdl used, .la may be needed to load plugins
|
|
USE_SDL= image mixer sdl
|
|
GNU_CONFIGURE= yes
|
|
|
|
PORTDOCS= *
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure ${WRKSRC}/libltdl/configure
|
|
|
|
post-install:
|
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_MAN} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_MAN} ${WRKSRC}/players/README ${STAGEDIR}${DOCSDIR}/README.players
|
|
|
|
.include <bsd.port.mk>
|