aboutsummaryrefslogtreecommitdiff
path: root/games/sets/Makefile
blob: a1b743e99c6182fdb876356f548adaa3ee7a57d0 (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
30
31
32
33
34
35
36
37
38
39
40
# New Ports collection makefile for:	sets
# Date created:		2012-04-21
# Whom:			nemysis@gmx.ch
#
# $FreeBSD$
#

PORTNAME=	sets
PORTVERSION=	1.0.0
CATEGORIES=	games
MASTER_SITES=	http://www.linuxmotors.com/sets/downloads/
EXTRACT_SUFX=	.tgz

MAINTAINER=	nemysis@gmx.ch
COMMENT=	This is an implementation of the sets game

LICENSE=	GPLv3

USE_GMAKE=	yes
ALL_TARGET=	${PORTNAME}
USE_SDL=	sdl image

PLIST_FILES=	bin/${PORTNAME}

PORTDOCS=	README

.include <bsd.port.options.mk>

do-install:
# Executable
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin

post-install:
# Documentation
.if ${PORT_OPTIONS:MDOCS}
	${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif

.include <bsd.port.mk>