aboutsummaryrefslogtreecommitdiffstats
path: root/astro/position/Makefile
blob: 2b761ea3edd190702126d6fc079b9ec3942600b1 (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
27
28
29
30
31
32
33
# $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

DEPRECATED= No more public distfiles
EXPIRATION_DATE=    2012-11-26

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>