- Install program's icon, desktop entry file
- Add LICENSE, PORTDOCS - Remove leading article from COMMENT - Give maintainership to submitter PR: ports/173946 Submitted by: nemysis <nemysis@gmx.ch> Feature safe: yes
This commit is contained in:
parent
e5e3efb9b9
commit
7f85f91108
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=308335
3 changed files with 34 additions and 13 deletions
|
@ -1,25 +1,43 @@
|
||||||
# New ports collection makefile for: sdlroids
|
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
|
||||||
# Date created: 29 March 2001
|
|
||||||
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= sdlroids
|
PORTNAME= sdlroids
|
||||||
PORTVERSION= 1.3.4
|
PORTVERSION= 1.3.4
|
||||||
PORTREVISION= 7
|
PORTREVISION= 8
|
||||||
CATEGORIES= games
|
CATEGORIES= games
|
||||||
MASTER_SITES= SF
|
MASTER_SITES= SF \
|
||||||
|
SF/nemysisfreebsdp/:icons
|
||||||
|
DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \
|
||||||
|
${PORTNAME}.png:icons
|
||||||
|
DIST_SUBDIR= ${PORTNAME}
|
||||||
|
EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= nemysis@gmx.ch
|
||||||
COMMENT= An enhanced shoot-the-asteroids game
|
COMMENT= Enhanced shoot-the-asteroids game
|
||||||
|
|
||||||
|
LICENSE= GPLv2
|
||||||
|
|
||||||
USE_SDL= mixer sdl
|
|
||||||
USE_GMAKE= yes
|
|
||||||
USE_BZIP2= yes
|
USE_BZIP2= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
USE_GMAKE= yes
|
||||||
USE_CSTD= gnu89
|
USE_CSTD= gnu89
|
||||||
|
USE_SDL= mixer sdl
|
||||||
|
|
||||||
MAN6= sdlroids.6
|
MAN6= sdlroids.6
|
||||||
|
|
||||||
|
PORTDOCS= ChangeLog README README.orig README.petopt README.xhyperoid TODO
|
||||||
|
|
||||||
|
DESKTOP_ENTRIES="SDLRoids" "${COMMENT}" "${PORTNAME}" \
|
||||||
|
"${PORTNAME} -n 2" "Game;ArcadeGame;" false
|
||||||
|
|
||||||
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
|
post-install:
|
||||||
|
${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${PORTNAME}.png ${PREFIX}/share/pixmaps
|
||||||
|
|
||||||
|
.if ${PORT_OPTIONS:MDOCS}
|
||||||
|
${MKDIR} ${DOCSDIR}
|
||||||
|
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
|
||||||
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,2 +1,4 @@
|
||||||
SHA256 (sdlroids-1.3.4.tar.bz2) = 224b1def78dba8a4f7ec7bb15df16a21c85e50dc3d09888a19da0497d37c709c
|
SHA256 (sdlroids/sdlroids-1.3.4.tar.bz2) = 224b1def78dba8a4f7ec7bb15df16a21c85e50dc3d09888a19da0497d37c709c
|
||||||
SIZE (sdlroids-1.3.4.tar.bz2) = 136588
|
SIZE (sdlroids/sdlroids-1.3.4.tar.bz2) = 136588
|
||||||
|
SHA256 (sdlroids/sdlroids.png) = 5117f1bf4f83085a01251cd1a473879f588fdebee2bd1f78e2b0c7c01a16fb93
|
||||||
|
SIZE (sdlroids/sdlroids.png) = 3454
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
bin/sdlroids
|
bin/sdlroids
|
||||||
|
share/pixmaps/sdlroids.png
|
||||||
share/sdlroids/bmp/blank.bmp
|
share/sdlroids/bmp/blank.bmp
|
||||||
share/sdlroids/bmp/bomb.bmp
|
share/sdlroids/bmp/bomb.bmp
|
||||||
share/sdlroids/bmp/icon.bmp
|
share/sdlroids/bmp/icon.bmp
|
||||||
|
|
Loading…
Reference in a new issue