mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
22 lines
436 B
Makefile
22 lines
436 B
Makefile
# New ports collection makefile for: xinvaders
|
|
# Version required: 1.1
|
|
# Date created: 3 Jan 1995
|
|
# Whom: swallace
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= xinvaders
|
|
PKGNAME= xinvaders-1.1
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
MASTER_SITE_SUBDIR= games/arcade/invaders
|
|
|
|
MAINTAINER= swallace@FreeBSD.org
|
|
|
|
NO_CDROM= "don't sell for profit"
|
|
USE_IMAKE= yes
|
|
MAN6= xinvaders.6
|
|
|
|
.include <bsd.port.mk>
|