- add NEED_VERSION
- use MASTER_SITE_SOURCEFORGE - remove license type - add HOMEPAGE to DESCR
This commit is contained in:
parent
9f0f7a53ba
commit
3b2307230a
@ -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
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user