View | Details | Raw Unified | Return to bug 173882 | Differences between
and this patch

Collapse All | Expand All

(-)./Makefile (-5 / +18 lines)
Lines 7-21 Link Here
7
7
8
PORTNAME=	xsc
8
PORTNAME=	xsc
9
PORTVERSION=	1.5
9
PORTVERSION=	1.5
10
PORTREVISION=	2
10
PORTREVISION=	3
11
CATEGORIES=	games
11
CATEGORIES=	games
12
MASTER_SITES=	http://www.panix.com/~mbh/xsc/
12
MASTER_SITES=	http://www.panix.com/~mbh/xsc/ \
13
		SF/nemysisfreebsdp/:icons
14
DISTFILES=	${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \
15
		${PORTNAME}.png:icons
16
DIST_SUBDIR=	${PORTNAME}
17
EXTRACT_ONLY=	${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}
13
18
14
MAINTAINER=	ports@FreeBSD.org
19
MAINTAINER=	nemysis@gmx.ch
15
COMMENT=	A vector graphics space shoot'em up game
20
COMMENT=	Vector graphics space shoot'em up game
16
21
17
USE_XORG=	x11
22
USE_XORG=	x11
18
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
19
PLIST_FILES=	bin/xsc
24
25
PLIST_FILES=	bin/${PORTNAME} \
26
		share/pixmaps/${PORTNAME}.png
27
28
DESKTOP_ENTRIES="Xce" "${COMMENT}" "${PORTNAME}" \
29
		"${PORTNAME}" "Game;ArcadeGame;" ${FALSE}
30
31
post-install:
32
	${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${PORTNAME}.png ${PREFIX}/share/pixmaps
20
33
21
.include <bsd.port.mk>
34
.include <bsd.port.mk>
(-)./distinfo (-2 / +4 lines)
Lines 1-2 Link Here
1
SHA256 (xsc-1.5.tar.gz) = 361f19b4b8d57baa0fb0c3698f4dc9b6b3e1a8f5a73ba2870ed6d00907c0d46c
1
SHA256 (xsc/xsc-1.5.tar.gz) = 361f19b4b8d57baa0fb0c3698f4dc9b6b3e1a8f5a73ba2870ed6d00907c0d46c
2
SIZE (xsc-1.5.tar.gz) = 86015
2
SIZE (xsc/xsc-1.5.tar.gz) = 86015
3
SHA256 (xsc/xsc.png) = 4ae93202eb1df542fa559a3d46f7f5e687e8816efad56cc6b32111a17cb26d2e
4
SIZE (xsc/xsc.png) = 381

Return to bug 173882