Edit

IABSD.fr/ports/archivers/zip/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2015-09-21 10:39:47
    Hash : 31c42701
    Message : drop USE_GROFF, from Jan Stary. reformat Makefile according to usual ordering while there.

  • archivers/zip/Makefile
  • # $OpenBSD: Makefile,v 1.40 2015/09/21 10:39:47 sthen Exp $
    
    COMMENT=	create/update ZIP files compatible with PKZip(tm)
    
    VERSION=	3.0
    REVISION=	0
    DISTNAME=	zip${VERSION:S/.//}
    PKGNAME=	zip-${VERSION}
    
    CATEGORIES=	archivers
    
    HOMEPAGE=	http://infozip.sourceforge.net/
    
    # Conditional
    PERMIT_PACKAGE_CDROM=	Yes
    
    WANTLIB += c
    
    MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=infozip/}
    
    MAKE_FLAGS=	CC="${CC}" CFLAGS_NOOPT="${CFLAGS} -I. -DUNIX"
    
    MAKE_FILE=	unix/Makefile
    ALL_TARGET=	generic
    NO_TEST=	Yes
    
    do-install:
    .for prog in zip zipcloak zipnote zipsplit
    	${INSTALL_PROGRAM} ${WRKBUILD}/${prog} ${PREFIX}/bin
    	${INSTALL_MAN} ${WRKDIST}/man/${prog}.1 ${PREFIX}/man/man1
    .endfor
    
    .include <bsd.port.mk>