mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- add RUN_DEPENDS
This commit is contained in:
parent
e198ded876
commit
28b6ff7cf0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=178357
@ -14,22 +14,18 @@ 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}
|
||||
|
||||
WRKSRC= ${WRKDIR}/Position
|
||||
USE_GMAKE= yes
|
||||
USE_GNUSTEP= yes
|
||||
USE_GNUSTEP_PREFIX= yes
|
||||
USE_GNUSTEP_BACK= yes
|
||||
USE_GNUSTEP_BUILD= yes
|
||||
USE_GNUSTEP_INSTALL= yes
|
||||
MAKEFILE= GNUmakefile
|
||||
USE_GNUSTEP_MAKE_DIRS+= Position
|
||||
|
||||
WRKSRC= ${WRKDIR}/Position/Position
|
||||
ADDITIONAL_OBJCFLAGS+= -I${LOCALBASE}/include
|
||||
ADDITIONAL_LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
PROJ4_PORT?= misc/proj4
|
||||
|
||||
ADDITIONAL_OBJCFLAGS+= -I${LOCALBASE}/include
|
||||
ADDITIONAL_LDFLAGS+= -L${LOCALBASE}/lib
|
||||
MAKE_ENV+= ADDITIONAL_OBJCFLAGS="${ADDITIONAL_OBJCFLAGS}"
|
||||
MAKE_ENV+= ADDITIONAL_LDFLAGS="${ADDITIONAL_LDFLAGS}"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user