freebsd-ports/misc/metromap/Makefile
Ion-Mihai Tetcu 9099f96c4e Dmitry Marakasov adopts this orphan ports that he uses.
PR:		ports/98284
Submitted by:	Dmitry Marakasov <amdmi3@mail.ru>
Approved by:	lawrence (mentor, implicit)
2006-06-06 19:47:42 +00:00

25 lines
584 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/
MAINTAINER= amdmi3@mail.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>