freebsd-ports/sysutils/bsdinfo/Makefile
Raphael Kubo da Costa 74faee9cdf Point MASTER_SITES to a new github address.
PR:		ports/178714
Submitted by:	"Jakub Szafra&#324;ski" <s@samu.pl> (maintainer)
2013-05-18 20:09:40 +00:00

29 lines
564 B
Makefile

# New ports collection makefile for: bsdinfo
# Date created: 8 June 2012
# Whom: samu <s@samu.pl>
#
# $FreeBSD$
#
PORTNAME= bsdinfo
PORTVERSION= 0.22
CATEGORIES= sysutils
MASTER_SITES= http://cloud.github.com/downloads/samupl/bsdinfo/
MAINTAINER= s@samu.pl
COMMENT= A simple utility to display system-based information
GNU_CONFIGURE= yes
OPTIONS_DEFINE= X256
X256_DESC= Build the 256 color version
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MX256}
CONFIGURE_ARGS+=--x256
.endif
PLIST_FILES+= bin/bsdinfo
.include <bsd.port.mk>