mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- use STAGEDIR
This commit is contained in:
parent
487b0e5355
commit
f7fc18628f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=336737
@ -11,22 +11,20 @@ MASTER_SITE_SUBDIR=dinoex
|
||||
MAINTAINER= dinoex@FreeBSD.org
|
||||
COMMENT= Threaded nntp newsreader for X
|
||||
|
||||
LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \
|
||||
png15:${PORTSDIR}/graphics/png \
|
||||
compface:${PORTSDIR}/mail/faces
|
||||
LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libpng15.so:${PORTSDIR}/graphics/png \
|
||||
libcompface.so:${PORTSDIR}/mail/faces
|
||||
RUN_DEPENDS= newsp:${PORTSDIR}/print/mp-letter
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
NO_STAGE= yes
|
||||
|
||||
USES= imake
|
||||
USE_XORG= xmu xpm xt sm ice xext x11
|
||||
MAKE_FLAGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man1 CC="${CC}" \
|
||||
XAPPLOADDIR=${PREFIX}/lib/X11/app-defaults -f
|
||||
|
||||
.if defined(MAKE_JOBS)
|
||||
MAKE_ARGS+= -j${MAKE_JOBS}
|
||||
.endif
|
||||
MAN1= knews.1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,3 @@
|
||||
bin/knews
|
||||
lib/X11/app-defaults/Knews
|
||||
man/man1/knews.1.gz
|
||||
|
Loading…
Reference in New Issue
Block a user