- Support staging
This commit is contained in:
parent
599a742d25
commit
5c08257806
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=337253
1 changed files with 5 additions and 7 deletions
|
@ -5,21 +5,19 @@ PORTNAME= xglobe
|
||||||
PORTVERSION= 0.5
|
PORTVERSION= 0.5
|
||||||
PORTREVISION= 11
|
PORTREVISION= 11
|
||||||
CATEGORIES= astro
|
CATEGORIES= astro
|
||||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
MASTER_SITES= LOCAL/kris
|
||||||
MASTER_SITE_SUBDIR=kris
|
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Displays a view of the Earth (like xearth) with a rendered photo map
|
COMMENT= Displays a view of the Earth (like xearth) with a rendered photo map
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
USES= gmake
|
USES= gmake
|
||||||
USE_QT4= corelib gui qt3support moc_build
|
USE_QT4= corelib gui qt3support moc_build
|
||||||
MAKE_ENV= QT_PREFIX=${QT_PREFIX}
|
MAKE_ENV= QT_PREFIX=${QT_PREFIX}
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
@${MKDIR} ${DATADIR}
|
@${MKDIR} ${STAGEDIR}${DATADIR}
|
||||||
@${INSTALL_PROGRAM} ${WRKSRC}/xglobe ${PREFIX}/bin/
|
@${INSTALL_PROGRAM} ${WRKSRC}/xglobe ${STAGEDIR}${PREFIX}/bin/
|
||||||
@${INSTALL_DATA} ${WRKSRC}/map.bmp ${DATADIR}
|
@${INSTALL_DATA} ${WRKSRC}/map.bmp ${STAGEDIR}${DATADIR}/
|
||||||
@${INSTALL_DATA} ${WRKSRC}/xglobe-markers ${DATADIR}
|
@${INSTALL_DATA} ${WRKSRC}/xglobe-markers ${STAGEDIR}${DATADIR}/
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Reference in a new issue