mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
2971a93e52
strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and xnibbles.
24 lines
475 B
Makefile
24 lines
475 B
Makefile
# New ports collection makefile for: speyes
|
|
# Date created: 03 November 1999
|
|
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= speyes
|
|
PORTVERSION= 1.2.0
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://www.halcyon.com/amalmin/speyes/
|
|
|
|
MAINTAINER= jedgar@fxp.org
|
|
|
|
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
|
|
|
|
NO_INSTALL_MANPAGES= yes
|
|
USE_IMAKE= yes
|
|
|
|
pre-configure:
|
|
@${PERL} -pi.orig -e 's:__CFLAGS__:${CFLAGS}:g' ${WRKSRC}/Imakefile
|
|
|
|
.include <bsd.port.mk>
|