freebsd-ports/games/speyes/Makefile
Steve Price 30ae16bebe * Update to 1.2.0
* Pass CFLAGS to build properly
* Remove libgnugetopt dependency (getopt.c/getopt1.c now included)

PR:		15103
Submitted by:	maintainer
1999-11-26 22:38:45 +00:00

24 lines
490 B
Makefile

# New ports collection makefile for: speyes
# Version required: 1.2.0
# Date created: 03 November 1999
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
#
# $FreeBSD$
#
DISTNAME= speyes-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>