openbsd-ports/archivers/unace/Makefile
brad b6a7857c51 - change dist site to MASTER_SITE_SUNSITE now that the original dist site
has disappeared and with this brings a change of distname though the
content of the file more or less has not changed.
- rename checksums file
--
Pointed out by: Nikolay Sturm <Nikolay.Sturm@desy.de>
2001-11-23 02:02:45 +00:00

29 lines
615 B
Makefile

# $OpenBSD: Makefile,v 1.20 2001/11/23 02:02:45 brad Exp $
COMMENT= "extract, view & test ACE archives"
DISTNAME= unace-1.2b
CATEGORIES= archivers
NEED_VERSION= 1.489
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= utils/compress
MAINTAINER= Brad Smith <brad@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MAKE_FLAGS= CC="${CC}" CFLAGS="${CFLAGS} -Wall -DUNIX -DCASEINSENSE"
MAKE_FILE= unix/makefile
NO_REGRESS= Yes
ALL_TARGET= clean unace
do-install:
${INSTALL_PROGRAM} ${WRKBUILD}/unace ${PREFIX}/bin
.include <bsd.port.mk>