mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Support stage
This commit is contained in:
parent
052ec84b5e
commit
7890b49181
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349092
@ -15,15 +15,13 @@ COMMENT= Twm with a virtual desktop
|
||||
WRKSRC= ${WRKDIR}/tvtwm
|
||||
USES= imake
|
||||
USE_XORG= xbitmaps xpm xmu
|
||||
MAN1= tvtwm.1
|
||||
MANCOMPRESSED= no
|
||||
PLIST_FILES= bin/tvtwm
|
||||
PLIST_FILES= bin/tvtwm \
|
||||
man/man1/tvtwm.1.gz
|
||||
|
||||
CFLAGS+= -Wno-return-type
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/tvtwm ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/tvtwm.man ${MANPREFIX}/man/man1/tvtwm.1
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/tvtwm ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/tvtwm.man ${STAGEDIR}${MANPREFIX}/man/man1/tvtwm.1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user