1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/games/vectoroids/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

35 lines
880 B
Makefile

# New ports collection makefile for: vectoroids
# Date created: 27 June 2003
# Whom: Kris Kennaway <kris@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= vectoroids
PORTVERSION= 1.1.0
PORTREVISION= 5
CATEGORIES= games
MASTER_SITES= ftp://ftp.billsgames.com/unix/x/vectoroids/src/
MAINTAINER= ports@FreeBSD.org
COMMENT= A vector-based, pretty, Asteroids clone
USE_X_PREFIX= yes
USE_SDL= image mixer sdl
USE_GMAKE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/vectoroids ${PREFIX}/bin
@${MKDIR} ${DATADIR}/images
${INSTALL_DATA} ${WRKSRC}/data/images/* ${DATADIR}/images
@${MKDIR} ${DATADIR}/music
${INSTALL_DATA} ${WRKSRC}/data/music/* ${DATADIR}/music
@${MKDIR} ${DATADIR}/sounds
${INSTALL_DATA} ${WRKSRC}/data/sounds/* ${DATADIR}/sounds
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README.txt ${DOCSDIR}/README
.endif
.include <bsd.port.mk>