openbsd-ports/books/haskell-report/Makefile

37 lines
877 B
Makefile
Raw Normal View History

2011-04-10 02:52:41 -04:00
# $OpenBSD: Makefile,v 1.4 2011/04/10 06:52:41 kili Exp $
2011-04-09 13:42:53 -04:00
COMMENT = language and library specification for Haskell
2011-04-09 13:42:53 -04:00
V = 2010
DISTNAME = haskell$V-html
PKGNAME = haskell-report-$V
2011-04-09 13:42:53 -04:00
CATEGORIES = books lang
2011-04-09 13:42:53 -04:00
HOMEPAGE = http://haskell.org/haskellwiki/Language_and_library_specification
2011-04-09 13:42:53 -04:00
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.
2011-04-09 13:42:53 -04:00
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
2011-04-10 02:52:41 -04:00
MASTER_SITES = http://haskell.org/definition/
2011-04-09 13:42:53 -04:00
PKG_ARCH = *
2011-04-09 13:42:53 -04:00
NO_BUILD = Yes
NO_REGRESS = 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>