1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/astro/position/Makefile
2011-08-08 16:06:56 +00:00

36 lines
741 B
Makefile

# New ports collection makefile for: position
# Date created: 21 Oct 2006
# Whom: dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
#
PORTNAME= position
PORTVERSION= 0.3
PORTREVISION= 3
CATEGORIES= astro gnustep
MASTER_SITES= http://www.gnustep.it/enrico/position/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= dinoex
MAINTAINER= dinoex@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>