2006-11-28 21:47:31 +01:00
|
|
|
# New ports collection makefile for: position
|
|
|
|
# Date created: 21 Oct 2006
|
|
|
|
# Whom: dirk.meyer@dinoex.sub.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= position
|
|
|
|
PORTVERSION= 0.3
|
2010-04-02 05:45:44 +02:00
|
|
|
PORTREVISION= 3
|
2007-01-31 19:18:14 +01:00
|
|
|
CATEGORIES= astro gnustep
|
2006-11-28 21:47:31 +01:00
|
|
|
MASTER_SITES= http://www.gnustep.it/enrico/position/
|
|
|
|
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
|
|
|
COMMENT= GPS and Moving-Map Applikation
|
|
|
|
|
2010-04-02 05:45:44 +02:00
|
|
|
LIB_DEPENDS= proj:${PORTSDIR}/graphics/proj
|
2006-11-28 21:47:31 +01:00
|
|
|
|
2010-06-04 15:49:15 +02:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2006-11-28 21:47:31 +01:00
|
|
|
USE_GNUSTEP= yes
|
|
|
|
USE_GNUSTEP_BACK= yes
|
|
|
|
USE_GNUSTEP_BUILD= yes
|
|
|
|
USE_GNUSTEP_INSTALL= yes
|
|
|
|
|
2006-11-30 18:41:59 +01:00
|
|
|
WRKSRC= ${WRKDIR}/Position/Position
|
2007-05-25 07:55:36 +02:00
|
|
|
MAKE_ENV+= GNUSTEP_INSTALLATION_DOMAIN=SYSTEM
|
2006-11-30 18:41:59 +01:00
|
|
|
|
2010-04-02 05:45:44 +02:00
|
|
|
post-patch:
|
|
|
|
${REINPLACE_CMD} -e 's|UV |projUV |' \
|
|
|
|
${WRKSRC}/Functions.m
|
2006-11-28 21:47:31 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|