freebsd-ports/astro/position/Makefile

34 lines
689 B
Makefile
Raw Normal View History

# 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
CATEGORIES= astro gnustep
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
2010-06-04 15:49:15 +02:00
LICENSE= GPLv2
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
.include <bsd.port.mk>