mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Make it xorg-7 compliant.
PR: 105838 Submitted by: maintainer
This commit is contained in:
parent
6825b5c780
commit
8d86dc65a1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=178055
1 changed files with 4 additions and 1 deletions
|
@ -22,11 +22,14 @@ EXTRACT_BEFORE_ARGS=
|
||||||
EXTRACT_AFTER_ARGS= |sh
|
EXTRACT_AFTER_ARGS= |sh
|
||||||
MAKEFILE= Makefile.noimake
|
MAKEFILE= Makefile.noimake
|
||||||
ALL_TARGET= 9menu
|
ALL_TARGET= 9menu
|
||||||
MAKE_ARGS= CC="${CC}"
|
|
||||||
|
|
||||||
NO_WRKSUBDIR= yes
|
NO_WRKSUBDIR= yes
|
||||||
|
|
||||||
MAN1= 9menu.1
|
MAN1= 9menu.1
|
||||||
MANCOMPRESSED= yes
|
MANCOMPRESSED= yes
|
||||||
|
|
||||||
|
do-build:
|
||||||
|
cd ${WRKSRC} && \
|
||||||
|
${CC} ${CFLAGS} -I${X11BASE}/include -L${X11BASE}/lib -lX11 -o 9menu 9menu.c
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue