mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
d40da53671
PR: 268029 Reported by: cyberbotx@cyberbotx.com (maintainer)
26 lines
440 B
Makefile
26 lines
440 B
Makefile
PORTNAME= di
|
|
PORTVERSION= 4.51
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= SF/diskinfo-di
|
|
|
|
MAINTAINER= cyberbotx@cyberbotx.com
|
|
COMMENT= Disk Information Utility
|
|
WWW= https://diskinfo-di.sourceforge.io/
|
|
|
|
LICENSE= ZLIB
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
MAKE_ARGS= -e
|
|
MAKE_ENV= prefix="${PREFIX}"
|
|
|
|
OPTIONS_DEFINE= NLS
|
|
OPTIONS_SUB= yes
|
|
|
|
NLS_USES= gettext
|
|
NLS_MAKE_ENV_OFF= DI_NO_NLS=T
|
|
|
|
pre-install:
|
|
@${STRIP_CMD} ${WRKSRC}/C/di
|
|
|
|
.include <bsd.port.mk>
|