blob: 43f57ce4a7f04f9eba1c8f09f28b1500339acbc2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# 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>
|