freebsd-ports/misc/metromap/Makefile
Edwin Groothuis 23ac2035b9 [MAINTAINER] update my email address in 76 ports + mirror some distfiles
I've got a brand new hosting, so change my email to the new
	one.  Also, now I can mirror some distfiles, so update
	MASTER_SITES for some ports.

PR:		ports/107038
Submitted by:	Dmitry Marakasov <amdmi3@mail.ru>
2006-12-21 20:41:33 +00:00

26 lines
622 B
Makefile

# New ports collection makefile for: metromap
# Date created: 2005-07-01
# Whom: Vsevolod Stakhov <vsevolod@highsecure.ru>
#
# $FreeBSD$
#
PORTNAME= metromap
PORTVERSION= 0.1.1
CATEGORIES= misc
MASTER_SITES= http://metromap.antex.ru/ \
http://www.amdmi3.ru/distfiles/
MAINTAINER= amdmi3@amdmi3.ru
COMMENT= A simple application for finding paths in different subways maps
USE_PYTHON= yes
USE_GNOME= pygtk2
USE_BZIP2= yes
NO_BUILD= yes
post-patch:
@${REINPLACE_CMD} -e 's,/usr,${PREFIX},' ${WRKSRC}/Makefile
@${REINPLACE_CMD} -e 's,/usr/bin/python,${SETENV} python,' ${WRKSRC}/metromap.py
.include <bsd.port.mk>