mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
6527ef2070
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
34 lines
821 B
Makefile
34 lines
821 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= 2
|
|
CATEGORIES= astro gnustep
|
|
MASTER_SITES= http://www.gnustep.it/enrico/position/
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
|
COMMENT= GPS and Moving-Map Applikation
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libproj.a:${PORTSDIR}/${PROJ4_PORT}
|
|
RUN_DEPENDS= ${LOCALBASE}/lib/libproj.a:${PORTSDIR}/${PROJ4_PORT}
|
|
|
|
USE_GNUSTEP= yes
|
|
USE_GNUSTEP_PREFIX= yes
|
|
USE_GNUSTEP_BACK= yes
|
|
USE_GNUSTEP_BUILD= yes
|
|
USE_GNUSTEP_INSTALL= yes
|
|
|
|
WRKSRC= ${WRKDIR}/Position/Position
|
|
ADDITIONAL_OBJCFLAGS+= -I${LOCALBASE}/include
|
|
ADDITIONAL_LDFLAGS+= -L${LOCALBASE}/lib
|
|
MAKE_ENV+= GNUSTEP_INSTALLATION_DOMAIN=SYSTEM
|
|
|
|
PROJ4_PORT?= misc/proj4
|
|
|
|
.include <bsd.port.mk>
|