freebsd-ports/archivers/star/Makefile
Rodrigo Osorio 06df180a9e */*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems

Approved by:	portmgr (blanket)
PR:		274888
2023-11-06 11:03:47 +01:00

24 lines
514 B
Makefile

PORTNAME= star
CATEGORIES= archivers
COMMENT= Unique standard tape archiver with many enhancements
WWW= https://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"