Makefile 387 B

12345678910111213141516171819
  1. # $OpenBSD: Makefile,v 1.8 2017/04/24 20:51:24 juanfra Exp $
  2. COMMENT = decompressor written in C for lzip files
  3. DISTNAME = lunzip-1.9
  4. HOMEPAGE = http://lzip.nongnu.org/lunzip.html
  5. MASTER_SITES = ${MASTER_SITE_SAVANNAH:=lzip/lunzip/}
  6. # GPLv2+
  7. PERMIT_PACKAGE_CDROM = Yes
  8. WANTLIB = c
  9. # All other lzip ports use .tar.lz by default.
  10. EXTRACT_SUFX = .tar.gz
  11. .include <bsd.port.mk>