blob: 2394dc0ed72ee03c5272e8fdfcaa3da5012c46d7 (
plain) (
tree)
|
|
# 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
NO_INSTALL_MANPAGES= yes
USE_IMAKE= yes
USE_XPM= yes
pre-configure:
@${PERL} -pi.orig -e 's:__CFLAGS__:${CFLAGS}:g' ${WRKSRC}/Imakefile
.include <bsd.port.mk>
|