mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
f403b477cc
- Pass maintainership to submitter - Trim header PR: ports/177672 Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com> Feature safe: yes
17 lines
320 B
Makefile
17 lines
320 B
Makefile
# Created by: Mark Pulford <mark@kyne.com.au>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xsc
|
|
PORTVERSION= 1.6
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://www.panix.com/~mbh/xsc/
|
|
|
|
MAINTAINER= danilogondolfo@gmail.com
|
|
COMMENT= A vector graphics space shoot'em up game
|
|
|
|
USE_XORG= x11
|
|
GNU_CONFIGURE= yes
|
|
PLIST_FILES= bin/xsc
|
|
|
|
.include <bsd.port.mk>
|