blob: 275bff656ac0837aef41e22a8b719caf3d0f4917 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# 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
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_SDL= image mixer sdl
GNU_CONFIGURE= yes
.include <bsd.port.pre.mk>
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/players/README ${DOCSDIR}/README.players
.endif
.include <bsd.port.post.mk>
|