1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/net/fiche/Makefile
2021-04-06 16:31:07 +02:00

28 lines
535 B
Makefile

# Created by: Ryan Steinmetz <zi@FreeBSD.org>
PORTNAME= fiche
PORTVERSION= 0.9.1
PORTREVISION= 3
CATEGORIES= net
MAINTAINER= zi@FreeBSD.org
COMMENT= Command line pastebin for sharing terminal output
LICENSE= MIT
USERS= ${PORTNAME}
GROUPS= ${PORTNAME}
USES= compiler:c++11-lang
USE_GITHUB= yes
GH_ACCOUNT= solusipse
USE_RC_SUBR= ${PORTNAME}
SUB_FILES= pkg-message
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/sbin ${STAGEDIR}${WWWDIR}
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin
.include <bsd.port.mk>