Edit

IABSD.fr/ports/books/haskell-report/Makefile

Branch :

  • Show log

    Commit

  • Author : espie
    Date : 2013-03-10 23:04:44
    Hash : 946964cc
    Message : PERMIT/ REGRESS->TEST sweep

  • books/haskell-report/Makefile
  • # $OpenBSD: Makefile,v 1.5 2013/03/10 23:04:44 espie Exp $
    
    COMMENT =		language and library specification for Haskell
    
    V =			2010
    DISTNAME =		haskell$V-html
    PKGNAME =		haskell-report-$V
    
    CATEGORIES =		books lang
    
    HOMEPAGE =		http://haskell.org/haskellwiki/Language_and_library_specification
    
    MAINTAINER =		Matthias Kilian <kili@openbsd.org>
    
    # Copy and distribute for any purpose, but only completely.
    # When modified, mark as such and don't call the thing Haskell.
    PERMIT_PACKAGE_CDROM =		Yes
    
    MASTER_SITES =		http://haskell.org/definition/
    
    PKG_ARCH =		*
    
    NO_BUILD =		Yes
    NO_TEST =		Yes
    
    WRKSRC =		${WRKDIR}/haskell$V
    
    do-install:
    	${INSTALL_DATA_DIR} ${PREFIX}/share/doc/haskell-report
    	cd ${WRKSRC} && umask 022 && \
    		pax -rw . ${PREFIX}/share/doc/haskell-report
    
    .include <bsd.port.mk>