summaryrefslogtreecommitdiffstats
path: root/astro/position/Makefile
blob: 255988dd1880335939b50d92916838055b9142a6 (plain)
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
27
28
29
30
# $FreeBSD$

PORTNAME=	position
PORTVERSION=	0.3
PORTREVISION=	4
CATEGORIES=	astro gnustep
MASTER_SITES=	http://www.gnustep.it/enrico/position/ \
		${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=	dinoex

MAINTAINER=	ports@FreeBSD.org
COMMENT=	GPS and Moving-Map Applikation

LIB_DEPENDS=	proj:${PORTSDIR}/graphics/proj

LICENSE=	GPLv2

USE_GNUSTEP=	yes
USE_GNUSTEP_BACK=	yes
USE_GNUSTEP_BUILD=	yes
USE_GNUSTEP_INSTALL=	yes

WRKSRC=		${WRKDIR}/Position/Position
MAKE_ENV+=	GNUSTEP_INSTALLATION_DOMAIN=SYSTEM

post-patch:
	${REINPLACE_CMD} -e 's|UV |projUV |' \
		${WRKSRC}/Functions.m

.include <bsd.port.mk>
OpenPOWER on IntegriCloud