#!/bin/sh # Run this to generate all the initial makefiles, etc. srcdir=`dirname $0` test -z "$srcdir" && srcdir=. PKG_NAME="epiphany" (test -f $srcdir/configure.in) || { echo -n "**Error**: Directory "\`$srcdir\'" does not look like the" echo " top-level $PKG_NAME directory" exit 1 } which gnome-autogen.sh || { echo "You need to install gnome-common from the GNOME CVS" exit 1 } REQUIRED_AUTOMAKE_VERSION=1.6 USE_GNOME2_MACROS=1 . gnome-autogen.sh ry'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/comms/rtl-sdr
Commit message (Expand)AuthorAgeFilesLines
* Strip using INSTALL_TARGET=install-strip instead of post-install actionmartymac2014-05-211-3/+1
* Switch to USES=libtoolmartymac2014-05-162-3/+4
* Update to 20140210martymac2014-03-263-22/+27
* - Update comms/rtl-sdr to 20130913 and bump dependent ports' revisionsmartymac2013-10-103-113/+107
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* Convert all c categories to USE=pkgconfigbapt2013-04-231-1/+1
* Update to 20130116martymac2013-01-223-8/+7