1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/archivers/squsq/Makefile
Antoine Brodin 11ee953eac - Respect CFLAGS
- Unbreak with clang using -Wno-error=return-type (old K&R code)

Approved by:	miwi, eadler (mentors, implicit)
2013-05-30 19:51:38 +00:00

24 lines
547 B
Makefile

# Created by: Alexey Dokuchaev <danfe@regency.nsu.ru>
# $FreeBSD$
PORTNAME= squsq
PORTVERSION= 3.3
CATEGORIES= archivers
MASTER_SITES= NETBSD http://freebsd.nsu.ru/distfiles/
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 ${PREFIX}/bin
.include <bsd.port.mk>