mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
ab14c723ad
- Remove leading article from COMMENT - Define DOCS option
30 lines
685 B
Makefile
30 lines
685 B
Makefile
# Created by: Jean-Yves Lefort <jylefort@brutele.be>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= orbital_eunuchs_sniper
|
|
PORTVERSION= 1.30
|
|
PORTREVISION= 7
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://offload2.icculus.org:9090/oes/ \
|
|
http://offload1.icculus.org:9090/oes/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Overhead shooting game
|
|
|
|
USE_SDL= sdl image mixer
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-games-dir=${PREFIX}/share
|
|
|
|
PORTDOCS= AUTHORS ChangeLog README TODO readme.txt
|
|
|
|
CPPFLAGS+= `${SDL_CONFIG} --cflags`
|
|
LDFLAGS+= `${SDL_CONFIG} --libs`
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-install:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|