#!/bin/sh prefix=%%PREFIX%% localbase=%%LOCALBASE%% if [ "$2" != "PRE-INSTALL" ]; then exit 0 fi if [ -f $prefix/bin/MakeTeXPK ]; then echo "**WARNING** MakeTeXPK already exists in $prefix/bin" echo "**WARNING** This file will be replaced during install." echo echo -n "do you want to continue ? [y] " read answ; if [ "$answ" = "" ]; then answ=y; fi case $answ in y*|Y*) break;; *) exit 1;; esac fi cat << END This package has been compiled with some defaults: 1 fonts will be created in ${localbase}/share/texmf/fonts/pk and this directory will be made world writable 2 300 dpi fonts will be created with MODE=imagen 200 dpi fonts will be created with MODE=FAX 360 dpi fonts will be created with MODE=nextII 400 dpi fonts will be created with MODE=nexthi 72 dpi fonts will be created with MODE=nextscreen If you are not satisfied with 1, you need to recompile xdvi If you are not satisfied with 2, you will need to edit $prefix/bin/MakeTeXPK END echo -n "do you want to install the package ? [y] " read answ; if [ "$answ" = "" ]; then answ=y; fi case $answ in y*|Y*) break;; *) exit 1;; esac mkdir -p ${localbase}/share/texmf/fonts/pk; chmod 1777 ${localbase}/share/texmf/fonts/pk exit 0 td>
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/libbonoboui
Commit message (Expand)AuthorAgeFilesLines
* Update to 2.24.1.marcus2009-03-082-4/+4
* - Use GNOME macro instead of ${MASTER_SITE_GNOME}, removearaujo2009-02-021-2/+1
* Presenting GNOME 2.24 for FreeBSD.marcus2009-01-103-7/+18
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-2/+1
* The FreeBSD GNOME team is proud to annunce the release of GNOME 2.22.0 formarcus2008-03-243-6/+12
* Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialmarcus2007-10-254-13/+18
* - Welcome X.org 7.2 \o/.flz2007-05-202-39/+1
* Presenting GNOME 2.18 for FreeBSD. GNOME 2.18 is a departure from recent GNOMEmarcus2007-03-194-12/+18
* Presenting GNOME 2.16.1 for FreeBSD. This release represents a massivemarcus2006-10-14