cf118ccf87
Reported by: lwhsu
19 lines
368 B
Makefile
19 lines
368 B
Makefile
PORTNAME= hare
|
|
DISTVERSION= 1.0
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= dvl@FreeBSD.org
|
|
COMMENT= Small C client for sending ssh login notications to a hared server
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= jpmens
|
|
GH_PROJECT= hared-hare
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin
|
|
|
|
.include <bsd.port.mk>
|