#! /bin/sh # # This script will return the option to add to `gnatmake' for using # AdaCurses. # prefix=/usr/local exec_prefix=${prefix} libdir=${exec_prefix}/lib VERSION=5.2 CFLAGS="-I$libdir/adacurses -L$libdir/adacurses" LIBS="-L$prefix/lib -lAdaCurses" case "x$1" in x--version) echo AdaCurses $VERSION ;; x--cflags) echo $CFLAGS ;; x--libs) echo $LIBS ;; x) echo $CFLAGS -largs $LIBS ;; *) echo 'Usage: adacurses-config [--version | --cflags | --libs]' >&2 exit 1 ;; esac freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/databases/pydbdesigner
Commit message (Expand)AuthorAgeFilesLines
* Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-121-1/+1
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in themarcus2004-11-081-1/+1
* Trim leading or trailing blank lines.trevor2004-04-111-1/+0
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.marcus2004-04-051-1/+1
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
* SIZEify.trevor2004-01-291-0/+1
* Use the CPIO macro defined in bsd.port.mk.trevor2004-01-221-2/+0
* Use the SORT macro from bsd.port.mk.trevor2004-01-221-2/+2
* Fix some ports that write something after bsd.port.mkeik2003-11-151-3/+1
* Change MAINTAINER to the conventional ports@FreeBSD.org instead of antom2003-06-101-1/+1
* De-pkg-comment.knu2003-02-212-1/+1