blob: 908df8401d061ef618f3aa8d2a71057411ffa875 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD$
PORTNAME= fiche
PORTVERSION= 0.9.1
PORTREVISION= 1
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>
|