From 3b2307230abb24a0097926c69ae2e621178dc583 Mon Sep 17 00:00:00 2001 From: brad Date: Sat, 16 Sep 2000 20:25:02 +0000 Subject: [PATCH] - add NEED_VERSION - use MASTER_SITE_SOURCEFORGE - remove license type - add HOMEPAGE to DESCR --- textproc/openjade/Makefile | 14 +++++++------- textproc/openjade/pkg/DESCR | 2 ++ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/textproc/openjade/Makefile b/textproc/openjade/Makefile index fb37b01af61..458dc4d7d8c 100644 --- a/textproc/openjade/Makefile +++ b/textproc/openjade/Makefile @@ -1,24 +1,26 @@ -# $OpenBSD: Makefile,v 1.1 2000/09/04 06:20:55 matthieu Exp $ +# $OpenBSD: Makefile,v 1.2 2000/09/16 20:25:02 brad Exp $ DISTNAME= openjade-1.3 CATEGORIES= textproc +NEED_VERSION= 1.320 +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= openjade HOMEPAGE= http://openjade.sourceforge.net/ MAINTAINER= matthieu@openbsd.org -LICENSE_TYPE= BSD PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes -MASTER_SITES= http://download.sourceforge.net/openjade/ - -USE_GMAKE= Yes MAKE_FLAGS= RANLIB="${RANLIB}" FAKE_FLAGS= prefix="${WRKINST}${PREFIX}" +USE_GMAKE= Yes + +DOCDIR= ${PREFIX}/share/doc/openjade pre-build: @echo "" @@ -29,8 +31,6 @@ pre-build: @echo "*** for the 'limit' or 'ulimit' command." @echo "" -DOCDIR= ${PREFIX}/share/doc/openjade - post-install: ${INSTALL_DATA_DIR} ${DOCDIR}/sp ${INSTALL_DATA_DIR} ${DOCDIR}/images diff --git a/textproc/openjade/pkg/DESCR b/textproc/openjade/pkg/DESCR index ae6b97b0726..a22dd1cc7ab 100644 --- a/textproc/openjade/pkg/DESCR +++ b/textproc/openjade/pkg/DESCR @@ -18,3 +18,5 @@ it into formats like: * SGML or XML format. This is used in conjunction with non-standard flow object classes to generate SGML, thus allowing OpenJade to be used for SGML/XML transformations. + +WWW: ${HOMEPAGE}