aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/bsdinfo/Makefile
blob: 6144eba11b669a13c5ba1675e6f4f6dd4411bf3e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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>