1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/sysutils/bsdinfo/Makefile
Baptiste Daroussin 77cac5af3e Support stage,
Use options helpers
Respect prefix
2014-01-09 15:12:47 +00:00

24 lines
482 B
Makefile

# Created by: 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= Simple utility to display system-based information
GNU_CONFIGURE= yes
OPTIONS_DEFINE= 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>