mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
24 lines
558 B
Makefile
24 lines
558 B
Makefile
# Created by: Alexey Dokuchaev <danfe@regency.nsu.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= squsq
|
|
PORTVERSION= 3.3
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= http://freebsd.nsu.ru/distfiles/ NETBSD
|
|
DISTNAME= t20-squsq-3.3
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Compressor/decompressor for CP/M "Squeeze" compressed files
|
|
|
|
CONFLICTS= squirrel-[0-9]*
|
|
WRKSRC= ${WRKDIR}/t20-squsq
|
|
MAKEFILE= ${FILESDIR}/Makefile
|
|
CFLAGS+= -Wno-error=return-type
|
|
|
|
PLIST_FILES= bin/sq bin/usq
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/sq ${WRKSRC}/usq ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|