- Add LICENSE (AL2)
- Add PORTDOCS - Update COMMENT - Update pkg-descr - Trim Makefile header - Bump PORTREVISION since installed files will change - Pass maintainership to submitter PR: ports/173207 Submitted by: nemysis <nemysis@gmx.ch> Approved by: makc, avilla (mentors, implicit) Feature safe: yes
This commit is contained in:
parent
0ade182948
commit
be076567f0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=306961
2 changed files with 20 additions and 13 deletions
|
@ -1,20 +1,17 @@
|
|||
# Ports collection makefile for: batik
|
||||
# Date created: Feb 25, 2004
|
||||
# Whom: ijliao
|
||||
#
|
||||
# Created by: ijliao
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= batik
|
||||
PORTVERSION= 1.7
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= graphics java
|
||||
MASTER_SITES= ${MASTER_SITE_APACHE}
|
||||
MASTER_SITE_SUBDIR= xmlgraphics/${PORTNAME}
|
||||
MASTER_SITES= APACHE/xmlgraphics/${PORTNAME}
|
||||
DISTNAME= ${PORTNAME}-src-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= SVG Toolkit
|
||||
MAINTAINER= nemysis@gmx.ch
|
||||
COMMENT= Java based SVG toolkit
|
||||
|
||||
LICENSE= AL2
|
||||
|
||||
USE_ZIP= yes
|
||||
USE_JAVA= 1.5+
|
||||
|
@ -27,7 +24,17 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|||
INSTALL_WRKSRC= ${WRKSRC}/${PORTNAME}-${PORTVERSION}
|
||||
DATADIR= ${JAVASHAREDIR}/${PORTNAME}
|
||||
|
||||
PORTDOCS= CHANGES NOTICE README
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
do-install:
|
||||
cd ${INSTALL_WRKSRC} && ${COPYTREE_SHARE} . ${DATADIR}
|
||||
|
||||
post-install:
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Batik is a Java technology based toolkit for applications or applets
|
||||
that want to use images in the Scalable Vector Graphics (SVG) format
|
||||
for various purposes, such as viewing, generation or manipulation.
|
||||
Batik is a Java based toolkit for applications that handle images
|
||||
in the Scalable Vector Graphics (SVG) format for various purposes,
|
||||
such as viewing, generation, or manipulation.
|
||||
|
||||
WWW: http://xml.apache.org/batik/
|
||||
|
|
Loading…
Reference in a new issue