mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Stage support
This commit is contained in:
parent
8ae7c274c1
commit
2cad2d75ce
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341177
@ -29,7 +29,6 @@ LDFLAGS+= `${LOCALBASE}/bin/pkgconf --libs SDL_image gl` \
|
||||
`${LOCALBASE}/bin/smpeg-config --libs` \
|
||||
-L ${LOCALBASE}/lib -lGLU -lglut -lm
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
do-build:
|
||||
@ -37,10 +36,10 @@ do-build:
|
||||
-o ${PORTNAME} ${LDFLAGS})
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= xcruiser
|
||||
PORTVERSION= 0.30
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= x11-fm
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
@ -12,11 +12,9 @@ COMMENT= Navigate through a three-dimensional view of a file system
|
||||
|
||||
USES= imake
|
||||
USE_XORG= ice sm x11 xaw xext xmu xpm xt
|
||||
MAN1= xcruiser.1
|
||||
|
||||
NO_STAGE= yes
|
||||
post-install:
|
||||
@${MKDIR} ${PREFIX}/share/doc/xcruise
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xcruise
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/xcruise
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${PREFIX}/share/doc/xcruise
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,5 @@
|
||||
bin/xcruiser
|
||||
share/doc/xcruise/README
|
||||
lib/X11/app-defaults/XCruiser
|
||||
man/man1/xcruiser.1.gz
|
||||
@dirrm share/doc/xcruise
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= xplore
|
||||
PORTVERSION= 1.2a
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= x11-fm
|
||||
MASTER_SITES= http://www.musikwissenschaft.uni-mainz.de/~ag/${PORTNAME}/
|
||||
|
||||
@ -17,9 +17,6 @@ USE_XORG= xpm
|
||||
MAKE_JOBS_UNSAFE=yes
|
||||
CFLAGS+= -Wno-return-type
|
||||
|
||||
MAN1= xplore.1 xploretype.1
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's| read| read dummy|g' ${WRKSRC}/system.xplorerc
|
||||
|
||||
|
@ -333,6 +333,8 @@ lib/X11/xplore/schemes/Xplore.ad
|
||||
lib/X11/xplore/setup
|
||||
lib/X11/xplore/startup
|
||||
lib/X11/xplore/system.xplorerc
|
||||
man/man1/xplore.1.gz
|
||||
man/man1/xploretype.1.gz
|
||||
@dirrm lib/X11/xplore/shelf/Trash
|
||||
@dirrm lib/X11/xplore/shelf/Programs
|
||||
@dirrm lib/X11/xplore/shelf/Desk
|
||||
|
Loading…
Reference in New Issue
Block a user