mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 21:00:30 -04:00
This is a port of JabRef. We used to have a native version of JabRef available in the ports as print/jabref. Unfortunately, it expired last year. print/linux-jabref uses a poratble Linux release and runs in Linuxulator. Hopefully, this is only a temporary workaround solution for having JabRef on FreeBSD. PR: 257979 Requested by: Corey Stephan Requested by: O. Hartmann <ohartmann@walstatt.org>
3 lines
51 B
Bash
3 lines
51 B
Bash
#! /bin/sh -
|
|
|
|
exec env %%DATADIR%%/bin/JabRef "$@"
|