# New ports collection makefile for: LotusXSL # Date created: 23 June 1999 # Whom: Jun Kuriyama # # $FreeBSD$ # PORTNAME= lotusxsl PORTVERSION= 0.18.4 CATEGORIES= textproc MASTER_SITES= http://www.alphaworks.ibm.com/formula/lotusxsl/ #MASTER_SITES= http://apps.alphaworks.ibm.com/technologies/lotusxsl/ DISTNAME= ${PORTNAME}_0_18_4 EXTRACT_SUFX= .zip MAINTAINER= kuriyama@FreeBSD.org BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip RUN_DEPENDS= ${LOCALBASE}/share/java/classes/xml4j.jar:${PORTSDIR}/textproc/xml4j EXTRACT_CMD= unzip EXTRACT_BEFORE_ARGS= -a -q -L EXTRACT_AFTER_ARGS= # empty RESTRICTED= "License prohibites to distribute." DIR= ${PREFIX}/share/java do-build: ${SED} -e s,%%PREFIX%%,${PREFIX},g ${FILESDIR}/lotusxsl.sh > ${WRKSRC}/lotusxsl do-install: ${MKDIR} ${DIR}/classes ${DIR}/LotusXSL (cd ${WRKSRC};\ ${INSTALL_DATA} js.jar lotusxsl.jar lotusxslbsf.jar ${DIR}/classes;\ ${CP} -R apidocs examples images readme_production *.htm? run* ${DIR}/LotusXSL;\ ${INSTALL_SCRIPT} ${WRKSRC}/lotusxsl ${PREFIX}/bin) .include index : freebsd-ports-graphics
FreeBSD graphics obsolete development ports (https://github.com/freebsd/freebsd-ports-graphics)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Move USE_* above bsd.port.pre.mk.oliver2003-10-031-3/+10
| | | | | PR: 57502 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
* update sylpheed to 0.9.6oliver2003-09-252-2/+2
|
* Fix non-default dependency on openldap2[012] which is broken by splitting.kuriyama2003-08-151-1/+1
| | | | | # I'm not bumped port revision of them because this should not affect # packages built on bento...
* update sylpheed to 0.9.4oliver2003-07-262-4/+6
|
* update sylpheed to 0.9.3oliver2003-07-063-83/+83
| | | | replace hardcoded share/doc/sylpheed with %%DOCSDIR%% in pkg-plist
* libtool uber-patchade2003-06-271-1/+1
| | | | | | | | | | | * kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5 * upgrade repo-copied devel/libtool14 to 1.4.3 * break out libltdl into its own separate port * move to version-numbered binaries/scripts (ie: there is *no* 'libtool' any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends) Approved by: portmgr (kris) - for the bsd.port.mk hooks Tested by: bento 4-exp builds (repeatedly)
* update sylpheed to 0.9.2oliver2003-06-092-2/+2
|
* update sylpheed to 0.9.1oliver2003-06-042-2/+2
|
* Update sylpheed to 0.9.0oliver2003-05-162-4/+3
| | | | Approved by: alex (mentor)
* update sylpheed to 0.9.0pre1oliver2003-05-153-3/+5
| | | | Approved by: alex (mentor)
* redefine the MAINTAINER field with my FreeBSD addressoliver2003-05-071-1/+1
| | | | Approved By: alex (mentor)
* USE_IMLIB is deprecated. Switching all USE_IMLIB references to appropriateadamw2003-04-211-3/+3
| | | | USE_GNOME= imlib directives.
* Update to 0.8.11.nork2003-03-233-5/+6
| | | | | PR: ports/49021 Submitted by: Oliver Lehmann <lehmann@ans-netz.de> (maintainer)
* Point dependencies on net/openldap2 to net/openldap20edwin2003-02-241-1/+1
|
* De-pkg-comment.knu2003-02-212-1/+1
|
* Update to 0.8.10.nork2003-02-042-2/+2
| | | | | PR: 47898 Submitted by: Oliver Lehmann <lehmann@ans-netz.de> (maintainer)
* use iconv instead of libjconv.nork2003-01-311-8/+0
| | | | | | PR: ports/47701 Submitted by: KAWATA Masahiko <kawata@mta.biglobe.ne.jp> Approved by: Oliver Lehmann <lehmann@ans-netz.de>
* Update to 0.8.9arved2003-01-192-2/+2
| | | | | PR: 47178 Submitted by: Oliver Lehmann <lehmann@ans-netz.de>
* Update to 0.8.8arved2003-01-033-3/+5
| | | | | | PR: 46561 Submitted by: Oliver Lehmann <lehmann@ans-netz.de> (maintainer) Reviewed by: Miguel Mendez <flynn@energyhq.homeip.net>
* Maintainer update.alane2002-11-242-73/+88
| | | | | | | | | - move the manual to a proper location ($DOCSDIR [/usr/X11R6/share/doc/sylpheed] instead of /usr/X11R6/share/sylpheed) - install manual and faq only if NOPORTDOCS isn't specified PR: 45654 Submitted by: maintainer
* Update to 0.8.6arved2002-11-16