774298c0f6
- Update to 2021.07.29 - Fix related PR (Do not install broken gnutar by default) PR: 257063 Reported by: ice@extreme.hu
21 lines
446 B
Makefile
21 lines
446 B
Makefile
PORTNAME= star
|
|
CATEGORIES= archivers
|
|
|
|
COMMENT= Unique standard tape archiver with many enhancements
|
|
|
|
PORTDOCS= README* STARvsGNUTAR
|
|
|
|
OPTIONS_DEFINE+=DOCS GNUTAR TARTEST
|
|
OPTIONS_SUB= yes
|
|
GNUTAR_DESC= Install a gnutar binary
|
|
TARTEST_DESC= Install tartest and test scripts
|
|
TARTEST_VARS= COMPONENTS+=tartest
|
|
|
|
MASTERDIR= ${.CURDIR}/../../devel/schilybase
|
|
COMPONENTS= mt \
|
|
rmt \
|
|
star \
|
|
star_sym \
|
|
strar
|
|
|
|
.include "${MASTERDIR}/Makefile.master"
|