mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
16510abbad
- Add regex in CONFLICTS* [1] Reported by: se [1] Approved by: portmgr (blanket infrastructure sweep) Sponsored by: Bounce Experts Differential Revision: https://reviews.freebsd.org/D33983 [1]
30 lines
693 B
Makefile
30 lines
693 B
Makefile
# Created by: ache
|
|
|
|
PORTNAME= arc
|
|
PORTVERSION= 5.21p
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= delphij@FreeBSD.org
|
|
COMMENT= Create & extract files from DOS .ARC files
|
|
|
|
LICENSE= GPLv2
|
|
|
|
CONFLICTS_INSTALL= arcanist-php[0-9][0-9]
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
USES= alias cpe
|
|
CPE_VENDOR= arc_project
|
|
PLIST_FILES= bin/arc bin/marc man/man1/arc.1.gz
|
|
PORTDOCS= Arc521.doc
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/arc ${WRKSRC}/marc\
|
|
${STAGEDIR}/${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/arc.1 ${STAGEDIR}/${PREFIX}/man/man1
|
|
@${MKDIR} ${STAGEDIR}/${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/Arc521.doc ${STAGEDIR}/${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|