1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/games/sets/Makefile
Jason Helfman 08d8225065 - optionsNG for DOCS
PR:     170741
Submitted by:   maintainer, nemysis@gmx.ch
2012-08-21 09:21:36 +00:00

41 lines
711 B
Makefile

# 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>