blob: 1bb47011b30b091052ef409753ef2280d1ca6102 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: xinvaders
# Version required: 1.1
# Date created: 3 Jan 1995
# Whom: swallace
#
# $Id: Makefile,v 1.9 1996/12/07 09:28:42 max Exp $
#
DISTNAME= xinvaders
PKGNAME= xinvaders-1.1
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= games/x11/video
MAINTAINER= swallace@FreeBSD.org
NO_CDROM= "don't sell for profit"
USE_IMAKE= yes
.include <bsd.port.mk>
|