mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
Support stage
This commit is contained in:
parent
0882c85513
commit
5f80a6686b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346438
@ -12,18 +12,13 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= X utility to translate rgb values into X color names
|
||||
|
||||
LIB_DEPENDS= Xaw3d:${PORTSDIR}/x11-toolkits/Xaw3d
|
||||
LIB_DEPENDS= libXaw3d.so:${PORTSDIR}/x11-toolkits/Xaw3d
|
||||
RUN_DEPENDS= rgb>=1.0.3:${PORTSDIR}/x11/rgb
|
||||
|
||||
WRKSRC= ${WRKDIR}/xcolorsel
|
||||
USES= imake
|
||||
USE_XORG= xpm
|
||||
|
||||
.if !defined(NO_INSTALL_MANPAGES)
|
||||
MAN1= xcolorsel.1
|
||||
.endif
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${ECHO_CMD} "*.file: ${LOCALBASE}/lib/X11/rgb.txt" >> ${WRKSRC}/Xcolorsel.ad
|
||||
@${REINPLACE_CMD} -e 's|#include <malloc.h>||g' \
|
||||
|
@ -2,4 +2,5 @@ bin/xcolorsel
|
||||
lib/X11/app-defaults/Xcolorsel
|
||||
lib/X11/app-defaults/Xcolorsel-color
|
||||
lib/X11/xcolorsel/Xcolorsel.help
|
||||
man/man1/xcolorsel.1.gz
|
||||
@dirrm lib/X11/xcolorsel
|
||||
|
Loading…
Reference in New Issue
Block a user