2013-03-01 20:06:01 +01:00
|
|
|
# Created by: "Waitman Gobble" <uzimac@da3m0n8t3r.com>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= prhistory
|
|
|
|
PORTVERSION= 1.0
|
2013-07-11 18:26:26 +02:00
|
|
|
PORTREVISION= 1
|
2013-03-01 20:06:01 +01:00
|
|
|
CATEGORIES= ports-mgmt
|
|
|
|
MASTER_SITES= GH
|
|
|
|
|
|
|
|
MAINTAINER= waitman@waitman.net
|
|
|
|
COMMENT= PR review for ports
|
|
|
|
|
|
|
|
LICENSE= PRHISTORY
|
|
|
|
LICENSE_NAME= PRHISTORY BSD LICENSE
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT}
|
|
|
|
|
|
|
|
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \
|
|
|
|
sqlite3:${PORTSDIR}/databases/sqlite3
|
|
|
|
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= waitman
|
2013-06-08 00:29:01 +02:00
|
|
|
GH_TAGNAME= ${GH_COMMIT}
|
2013-03-01 20:06:01 +01:00
|
|
|
GH_COMMIT= 9113c59
|
|
|
|
|
|
|
|
MAN7= prhistory.7
|
|
|
|
|
|
|
|
SUB_FILES= pkg-message
|
|
|
|
PORTDOCS= *
|
|
|
|
|
2013-09-21 00:36:49 +02:00
|
|
|
NO_STAGE= yes
|
2014-02-10 14:54:26 +01:00
|
|
|
|
2014-02-21 14:39:07 +01:00
|
|
|
OPTIONS_DEFINE= DOCS
|
2014-02-10 14:54:26 +01:00
|
|
|
|
2013-03-01 20:06:01 +01:00
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if ${PORT_OPTIONS:MDOCS}
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
|
|
|
.endif
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|