Subject: framemaker package (preliminary)
To: None <netbsd-advocacy@NetBSD.ORG>
From: Brook Milligan <brook@biology.nmsu.edu>
List: netbsd-advocacy
Date: 12/17/1999 10:33:58
Well, here is the start of a package Makefile for framemaker.  I don't
have disk space just now to actually untar everything and mess with it
further.  But if anyone wants to play with it to add the linux
dependencies and insert all the right glue for installing it (along
with notes on portmap -i and the security implications), this might
get you started.

Cheers,
Brook

===========================================================================
# $NetBSD$
#

DISTNAME=	fmlinux
PKGNAME=	framemaker-5.5.6
CATEGORIES=	textproc
MASTER_SITES=	ftp://ftp.adobe.com/pub/adobe/magic/framemaker/unix/5.x/ \
		ftp://ftp.adobe.com/pub/adobe/magic/framemaker/unix/5.x/beta/
DISTFILES=	fmlinux.txt fmlinux.tar.gz dictionaries.txt dictionaries.tar.gz \
		help.txt help.tar.gz manuals.txt manuals.tar.gz
DIST_SUBDIR=	framemaker

MAINTAINER=	packages@netbsd.org
HOMEPAGE=	http://www.adobe.com/products/framemaker/fmlinux.html

EXTRACT_ONLY=	fmlinux.tar.gz dictionaries.tar.gz help.tar.gz manuals.tar.gz

.include "../../mk/bsd.pkg.mk"