mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Add stage support
- Add LICENSE
This commit is contained in:
parent
ea2127140a
commit
04d421e12a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335880
@ -9,6 +9,8 @@ MASTER_SITES= SF
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= One of the most useless dockapps in the world
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USE_XORG= xpm
|
||||
GNU_CONFIGURE= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
@ -17,16 +19,11 @@ LDFLAGS+= -L${LOCALBASE}/lib -lX11
|
||||
PORTDOCS= README
|
||||
PLIST_FILES= bin/wmpal
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|"dino"|"daemon"|g' ${WRKSRC}/wmpal.c
|
||||
|
||||
post-install:
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
||||
.endif
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user