blob: 539a5cc58876b936906818a552eb846f51227924 (
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
24
25
26
27
|
# Created by: samu <freebsd-ports@samu.pl>
# $FreeBSD$
PORTNAME= bsdinfo
PORTVERSION= 0.22
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= GHC
MAINTAINER= freebsd-ports@samu.pl
COMMENT= Simple utility to display system-based information
USE_GITHUB= yes
GH_ACCOUNT= samupl
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>
|