98e169c3d9
ChangeLog: http://fuz.su/pub/schilytools/AN-2022-10-16.txt This commit creates a new port archivers/tartest splitted off from archivers/star. misc/schilytools depends now on this new port. PR: 267131 Reported by: fuz@fuz.su (maintainer)
25 lines
513 B
Makefile
25 lines
513 B
Makefile
PORTNAME= star
|
|
CATEGORIES= archivers
|
|
|
|
COMMENT= Unique standard tape archiver with many enhancements
|
|
WWW= http://cdrtools.sourceforge.net/private/star.html
|
|
|
|
PORTDOCS= README* STARvsGNUTAR
|
|
|
|
OPTIONS_DEFINE+=DOCS GNUTAR
|
|
OPTIONS_SUB= yes
|
|
GNUTAR_DESC= Install a gnutar binary
|
|
|
|
MASTERDIR= ${.CURDIR}/../../devel/schilybase
|
|
COMPONENTS= mt \
|
|
rmt \
|
|
star \
|
|
star_sym \
|
|
strar
|
|
|
|
# these are shipped in archivers/tartest
|
|
post-install:
|
|
${RM} -r ${STAGEDIR}${DOCSDIR}/testscripts
|
|
|
|
.include "${MASTERDIR}/Makefile.master"
|