mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
0431425c60
Add NO_PACKAGE ("don't sell for profit" copyright).
20 lines
429 B
Makefile
20 lines
429 B
Makefile
# New ports collection makefile for: xinvaders
|
|
# Version required: 1.1
|
|
# Date created: 3 Jan 1995
|
|
# Whom: swallace
|
|
#
|
|
# $Id: Makefile,v 1.5 1995/04/11 00:20:34 asami Exp $
|
|
#
|
|
|
|
DISTNAME= xinvaders
|
|
PKGNAME= xinvaders-1.1
|
|
CATEGORIES+= games
|
|
MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/games/x11/video/
|
|
|
|
USE_IMAKE= yes
|
|
|
|
# "don't sell for profit" copyright
|
|
NO_PACKAGE= yes
|
|
|
|
.include <bsd.port.mk>
|