090915be34
- Bring in latest commit from github which adds 'Bootmethod` display and reorders the list slightly. MFH: 2020Q1
29 lines
568 B
Makefile
29 lines
568 B
Makefile
# Created by: samu <freebsd-ports@samu.pl>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bsdinfo
|
|
PORTVERSION= 0.22
|
|
PORTREVISION= 2
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= freebsd-ports@samu.pl
|
|
COMMENT= Simple utility to display system-based information
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= samupl
|
|
GH_TAGNAME= 7ed6607958035244870877191c2764c9ba77f19d
|
|
|
|
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>
|