mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
31 lines
666 B
Makefile
31 lines
666 B
Makefile
COMMENT= GNU watch command
|
|
|
|
DISTNAME= procps-ng-4.0.6
|
|
PKGNAME= ${DISTNAME:S/procps-ng/gnuwatch/}
|
|
EXTRACT_SUFX= .tar.xz
|
|
CATEGORIES= misc
|
|
|
|
HOMEPAGE= https://gitlab.com/procps-ng/procps/
|
|
|
|
# watch LGPLv2.1; some other tools.in the distfile GPLv2
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB= curses c
|
|
|
|
SITES= ${SITE_SOURCEFORGE:=procps-ng/}
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
CONFIGURE_ARGS= --with-ncurses \
|
|
--disable-nls \
|
|
--disable-dependency-tracking \
|
|
--disable-pidwait
|
|
ALL_TARGET= src/watch
|
|
USE_GMAKE= Yes
|
|
NO_TEST= Yes
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/src/watch ${PREFIX}/bin/gnuwatch
|
|
${INSTALL_MAN} ${WRKSRC}/man/watch.1 ${PREFIX}/man/man1/gnuwatch.1
|
|
|
|
.include <bsd.port.mk>
|