aboutsummaryrefslogtreecommitdiff
path: root/games/speyes/Makefile
blob: 5f54de127cf1c4c56de0b37393007bb0dc016325 (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
24
25
26
# New ports collection makefile for:	speyes
# Version required:			1.0.0
# Date created:				03 November 1999
# Whom:					Chris D. Faulhaber <jedgar@fxp.org>
#
# $FreeBSD$
#

DISTNAME=	speyes-1.0.0
CATEGORIES=	games
MASTER_SITES=	http://www.halcyon.com/amalmin/speyes/

MAINTAINER=	jedgar@fxp.org

LIB_DEPENDS=	Xpm.4:${PORTSDIR}/graphics/xpm \
		gnugetopt.1:${PORTSDIR}/devel/libgnugetopt

NO_INSTALL_MANPAGES= yes
USE_IMAKE=	yes

pre-configure:
		@${MV} ${WRKSRC}/Imakefile ${WRKSRC}/Imakefile.orig
		@${SED} -e 's|LOCALBASE|${LOCALBASE}|' \
			< ${WRKSRC}/Imakefile.orig > ${WRKSRC}/Imakefile

.include <bsd.port.mk>