mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
2971a93e52
strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and xnibbles.
23 lines
419 B
Makefile
23 lines
419 B
Makefile
# New ports collection makefile for: x3eyes
|
|
# Date created: 18 Aug 1999
|
|
# Whom: HIYAMA Takeshi <th@cis.ibaraki.ac.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= x3eyes
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://puma.cis.ibaraki.ac.jp/~th/pub/X11/
|
|
DISTNAME= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
USE_IMAKE= yes
|
|
MAN1= x3eyes.1
|
|
|
|
post-extract:
|
|
@( cd ${WRKSRC}; ${CP} x3eyes.1 x3eyes.man )
|
|
|
|
.include <bsd.port.mk>
|