mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
sysutils/istatd:
- Clarify LICENSE - Cleanup Makefile Approved by: mat Differential Revision: https://reviews.freebsd.org/D3512
This commit is contained in:
parent
9aabd9f1ae
commit
d758abd596
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=395553
@ -5,20 +5,25 @@ PORTNAME= istatd
|
||||
PORTVERSION= 0.5.8
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://cloud.github.com/downloads/tiwilliam/${PORTNAME}/
|
||||
MASTER_SITES= GHC
|
||||
|
||||
MAINTAINER= farrokhi@FreeBSD.org
|
||||
COMMENT= Daemon for iStat iPhone application
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= tiwilliam
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_RC_SUBR= ${PORTNAME}
|
||||
|
||||
PLIST_FILES= bin/istatd etc/istat.conf-dist man/man1/istatd.1.gz \
|
||||
man/man5/istat.conf.5.gz
|
||||
|
||||
SUB_FILES+= pkg-message
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/istatd ${STAGEDIR}${PREFIX}/bin
|
||||
|
Loading…
Reference in New Issue
Block a user