blob: abb40485a1fddac60236ea596f4fed7d72fdb86d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: xroach
# Version required: 4.4BSD-Lite
# Date created: 22 December 1995
# Whom: markm
#
# $Id: Makefile,v 1.5 1996/12/17 12:33:19 asami Exp $
#
DISTNAME= xroach
PKGNAME= xroach-4.4
CATEGORIES= x11 games
MASTER_SITES= ftp://ftp.cdrom.com/pub/bsd-sources/4.4BSD-Lite/usr/src/games/
MAINTAINER= markm@FreeBSD.ORG
USE_X11= yes
IGNOREFILES= ${DISTFILES}
WRKSRC= ${WRKDIR}/pub/bsd-sources/4.4BSD-Lite/usr/src/games/xroach
.include <bsd.port.mk>
|