summaryrefslogtreecommitdiff
path: root/games/speyes/Makefile
blob: 1cc50d087de46f01014e35d3458207e47a414a88 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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>