mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
4e66d49984
Update SITES, HOMEPAGE, and comments.
21 lines
390 B
Makefile
21 lines
390 B
Makefile
COMMENT= webcam plugin for GkrellM2
|
|
|
|
V= 2.0.0
|
|
DISTNAME= gkrellkam-${V}
|
|
REVISION= 12
|
|
CATEGORIES= graphics
|
|
|
|
HOMEPAGE= https://gkrellkam.sourceforge.net
|
|
|
|
SITES= ${SITE_SOURCEFORGE:=gkrellkam/}
|
|
DISTFILES= gkrellkam_${V}.tar.gz
|
|
|
|
WANTLIB= # empty
|
|
|
|
PLUGIN= ${WRKSRC}/gkrellkam2.so
|
|
|
|
post-install:
|
|
${INSTALL_MAN} ${WRKSRC}/gkrellkam-list.5 ${PREFIX}/man/man5/gkrellkam.5
|
|
|
|
.include <bsd.port.mk>
|