1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/games/xsc/Makefile

31 lines
721 B
Makefile

# 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>