mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
65ab34a667
Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
24 lines
481 B
Makefile
24 lines
481 B
Makefile
# New ports collection makefile for: xroach
|
|
# Version required: 4.4BSD-Lite
|
|
# Date created: 22 December 1995
|
|
# Whom: markm
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= xroach
|
|
PKGNAME= xroach-4.4
|
|
CATEGORIES= games
|
|
MASTER_SITES= ftp://ftp.cdrom.com/pub/bsd-sources/4.4BSD-Lite/usr/src/games/
|
|
|
|
MAINTAINER= markm@FreeBSD.org
|
|
|
|
MAN6= xroach.6
|
|
MANCOMPRESSED= maybe
|
|
|
|
USE_X_PREFIX= yes
|
|
IGNOREFILES= ${DISTFILES}
|
|
WRKSRC= ${WRKDIR}/pub/bsd-sources/4.4BSD-Lite/usr/src/games/xroach
|
|
|
|
.include <bsd.port.mk>
|