1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/sysutils/bsdinfo/Makefile
Mark Linimon 7cc9d7ccb3 Update maintainer's address.
PR:		ports/189223
Submitted by:	maintainer
2014-05-04 02:05:40 +00:00

26 lines
543 B
Makefile

# Created by: samu <freebsd-ports@samu.pl>
# $FreeBSD$
PORTNAME= bsdinfo
PORTVERSION= 0.22
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://cloud.github.com/downloads/samupl/bsdinfo/
MAINTAINER= freebsd-ports@samu.pl
COMMENT= Simple utility to display system-based information
GNU_CONFIGURE= yes
OPTIONS_DEFINE= X256
OPTIONS_DEFAULT=X256
X256_DESC= Build the 256 color version
X256_CONFIGURE_ON= --x256
PLIST_FILES+= bin/bsdinfo
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bsdinfo ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>