# ex:ts=8 # Ports collection makefile for: truevision # Date created: Mar 12, 2002 # Whom: ijliao # # $FreeBSD$ # PORTNAME= truevision PORTVERSION= 0.4.0 PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= The GNOME 3D modeler LIB_DEPENDS= gtkglext-x11-1.0.2:${PORTSDIR}/x11-toolkits/gtkglext USE_BZIP2= yes USE_X_PREFIX= yes USE_GL= yes USE_GNOME= gnomehack gnomeprefix libgnomeui USE_GMAKE= yes USE_AUTOMAKE_VER= 14 AUTOMAKE_ARGS= --add-missing --include-deps CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ AUTOHEADER="${TRUE}" CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS} LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS} post-extract: @${FIND} ${WRKSRC} -type l -delete @${FIND} ${WRKSRC} -name "*.o" -delete @${FIND} ${WRKSRC} -name "config.cache" -delete post-install: @${MKDIR} ${PREFIX}/share/gnome/Truevision ${TAR} -C ${WRKSRC} --exclude "CVS" -cf - materials | \ ${TAR} -C ${PREFIX}/share/gnome/Truevision --unlink -xf - @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/gnome/Truevision .include d='get'> FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/shells/bash
Commit message (Expand)AuthorAgeFilesLines
* SHA256ifyedwin2006-01-241-0/+18
* - Rename WANT_STATIC_BASH to WITH_STATIC_BASH to respect ports semantics.flz2005-12-051-1/+1
* - Add WANT_STATIC_BASH knob.flz2005-11-301-0/+10
* Per prior standing request, turn this port over from inactive committerlinimon2005-07-201-1/+1
* CVS really does need a better way of backing out a commit composing aobrien2005-04-121-3/+2
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+2
* Very sorry for a local change that made it into the last commit.obrien2005-04-111-2/+1
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-2/+3
* Fix `read -e' handling when PS1 is longer than the terminal widtheik2004-11-192-1/+25
* - update to patchlevel 16 (replacing FreeBSD subst.c patch)eik2004-11-113-18/+10
* - update to patchlevel 15eik2004-11-023-19/+7
* - better reflect `bash --version' in PORTVERSIONeik2004-10-149-22/+302
* Fix process substitution on systems without fdescfs (FreeBSD 5.x, 6.x)eik2004-10-099-98/+79
* - add FAQeik2004-09-036-11/+181
* add three fixes from bug-bash@:eik2004-08-194-1/+57
* Fix nested brace vs. variable expansioneik2004-08-112-1/+16
* Fix segfault when accessing an unset arrayeik2004-08-112-0/+17
* Add bash3, The GNU Bourne-Again SHell version 3.00eik2004-07-3121-479/+177
* Fix location of binary in man-pagevs2004-07-081-0/+5
* Avoid a null pointer dereference, so 'xargs <<< ${EMTPY_VARIABLE}'obrien2004-06-212-1/+21
* SIZEify (maintainer timeout)trevor2004-03-311-0/+9
* Fix pkg-plist (NOPORTDOCS knob).osa2004-01-031-4/+4
* Also pay attention to NOSHARED=yes as /usr/src and zsh does.obrien2003-12-151-1/+1
* The option to enable network redirection is removed since this is theobrien2003-12-141-9/+0
* Build bash dynamic unless either WANT_STATIC_BASH or NO_DYNAMICROOTobrien2003-12-141-0/+4
* Fetch patches from MASTER_SITE_GNU also.obrien2003-05-201-2/+4
* Properly configure on FreeBSD/amd64.obrien2003-05-172-0/+25
* Update to patchlevel 7.obrien2003-05-172-2/+6
* Support /dev/(tcp|udp)/host/port redirection.obrien2003-03-251-0/+9
* Clear moonlight beckons.ade2003-03-072-1/+1
* Fix logic error when NOPORTDOCS is set.obrien2002-09-291-2/+2
* Mirror the patch files.obrien2002-09-201-1/+3
* Use offical vendor patches 1-4.obrien2002-09-133-20/+9
* Use the offical vendor patch for the directory space vs. slash command nameobrien2002-09-103-26/+4
* Bump revision for directory command-line completion fix.obrien2002-09-091-0/+1
* "In certain cases, Bash appends a space instead of a slash to a directory nameobrien2002-09-091-8/+34
* We lie about fully having ISO C90 Amd.1 restartable wide and multibyteobrien2002-08-262-0/+26
* Simply typing Shift-Enter in bash-2.05b causes it to enter some kind ofobrien2002-08-061-0/+16
* `make reinstall' clean.obrien2002-08-061-1/+1
* Forgot to update pkg-plist with 5.0b upgrade.obrien2002-08-051-2/+3
* Update to version 2.05b.obrien2002-08-046-58/+38
* No longer need to explicitly provide a GNU autconf target.obrien2002-03-281-1/+0
* Make FINGORE gain a brain. If NO_FORCE_FIGNORE is set, and a file in theobrien2002-03-251-0/+118
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-01-291-1/+1
* Override CONFIGURE_TARGET, so that this configure script generated bysobomax2001-11-231-0/+1
* * Update to 2.05a.naddy2001-11-2113-206/+189
* Our `end' key defintion for TERM==cons25 seems to be different from others.obrien2001-04-121-0/+14
* Remove. Patch not needed any longer.obrien2001-04-101-0/+0
* Update to version 2.05.obrien2001-04-105-27/+11
* Fix a segmentation fault on the Alpha.obrien2001-03-171-0/+20
* Put back my editor hints that were removed w/o permission.obrien2001-02-071-0/+1
* Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-171-4/+3
* Fix typoobrien2000-12-231-1/+1
* It's my main shell, so I have in interest in seeing it maintained.obrien2000-11-301-1/+2
* Drop my maintainershipache2000-11-301-1/+1
* Re-add patch for failglob variable (see previous discussion on -commiters)cracauer2000-05-241-0/+151
* Fix trace() symbol clash with ncursescracauer2000-05-241-0/+14
* Restore static linkingache2000-05-231-0/+1
* Upgrade to 2.04ache2000-05-087-269/+35
* Correct whitespace introduced during PORTNAME conversion and portlintmharo2000-04-211-4/+4
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-2/+2