aboutsummaryrefslogtreecommitdiffstats
path: root/games/xsc/Makefile
blob: b074c0a5a7e63b2e6b819ff0872cbd028d3b3415 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Created by: Mark Pulford <mark@kyne.com.au>
# $FreeBSD$

PORTNAME=   xsc
PORTVERSION=    1.6
PORTREVISION=   1
CATEGORIES= games
MASTER_SITES=   http://www.panix.com/~mbh/xsc/ \
        SF/nemysisfreebsdp/:icons
DISTFILES=  ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \
        ${PORTNAME}.png:icons
EXTRACT_ONLY=   ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}

MAINTAINER= nemysis@gmx.ch
COMMENT=    Vector graphics space shoot'em up game

USE_XORG=   x11
GNU_CONFIGURE=  yes

PLIST_FILES=    bin/${PORTNAME} \
        share/pixmaps/${PORTNAME}.png

DESKTOP_ENTRIES="Xce" "${COMMENT}" ${PORTNAME} \
        "${PORTNAME}" "Game;ArcadeGame;" false

NO_STAGE=   yes
post-install:
    ${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png ${PREFIX}/share/pixmaps

.include <bsd.port.mk>