mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
a3937dd6d2
Hat: portmgr
27 lines
512 B
Makefile
27 lines
512 B
Makefile
# New ports collection makefile for: xroach
|
|
# Date created: 22 December 1995
|
|
# Whom: markm
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xroach
|
|
PORTVERSION= 4.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_BACKUP}
|
|
DISTNAME= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Cockroaches hide under your windows
|
|
|
|
MAN6= xroach.6
|
|
MANCOMPRESSED= maybe
|
|
PLIST_FILES= bin/xroach
|
|
|
|
USE_X_PREFIX= yes
|
|
IGNOREFILES= ${DISTFILES}
|
|
WRKSRC= ${WRKDIR}/pub/bsd-sources/4.4BSD-Lite/usr/src/games/xroach
|
|
|
|
.include <bsd.port.mk>
|