Always explicitly set the AUTOCONF_VERSION to use. In some cases
the default was not appropriate.
This commit is contained in:
parent
270da6e82c
commit
bfd5225608
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.35 2005/10/30 00:10:39 fgsch Exp $
|
||||
# $OpenBSD: Makefile,v 1.36 2005/11/03 18:28:55 naddy Exp $
|
||||
# $FreeBSD: Makefile,v 1.8 1999/03/09 01:08:46 nectar Exp $
|
||||
|
||||
COMMENT= "sound library for Enlightenment"
|
||||
@ -19,6 +19,7 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= c m wrap
|
||||
|
||||
SEPARATE_BUILD= concurrent
|
||||
AUTOCONF_VERSION=2.13
|
||||
CONFIGURE_STYLE= autoconf
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
||||
CONFIGURE_ARGS+= --with-libwrap
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.22 2004/11/21 17:51:46 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.23 2005/11/03 18:28:55 naddy Exp $
|
||||
|
||||
COMMENT= "speech synthesizer"
|
||||
DISTNAME= rsynth-2.0
|
||||
@ -15,6 +15,7 @@ FAKE_FLAGS= PREFIX=${WRKINST}${PREFIX}
|
||||
|
||||
LIB_DEPENDS= gdbm.::databases/gdbm
|
||||
|
||||
AUTOCONF_VERSION=2.13
|
||||
CONFIGURE_STYLE=autoconf
|
||||
CONFIGURE_ENV= LDFLAGS=-L${LOCALBASE}/lib CPPFLAGS=-I${LOCALBASE}/include
|
||||
CONFIGURE_ARGS= `$(CC) -dumpmachine`
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2004/11/21 17:51:46 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2005/11/03 18:28:55 naddy Exp $
|
||||
# Uses pthreads
|
||||
|
||||
COMMENT= "Music tracking tool for X11"
|
||||
@ -30,6 +30,7 @@ FLAVORS= gnome esd
|
||||
FLAVOR?=
|
||||
|
||||
USE_X11= Yes
|
||||
AUTOCONF_VERSION= 2.52
|
||||
CONFIGURE_STYLE= autoconf
|
||||
CONFIGURE_ARGS= --with-audiofile-prefix=${LOCALBASE} \
|
||||
--disable-alsa \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.43 2005/01/06 19:51:44 alek Exp $
|
||||
# $OpenBSD: Makefile,v 1.44 2005/11/03 18:28:55 naddy Exp $
|
||||
|
||||
COMMENT= "MS-DOS Telix-like serial communication program"
|
||||
|
||||
@ -23,6 +23,7 @@ WANTLIB= c ncurses
|
||||
WRKDIST= ${WRKDIR}/minicom-${VER}
|
||||
|
||||
COPTS+= -DHAS_EUID
|
||||
AUTOCONF_VERSION= 2.13
|
||||
CONFIGURE_STYLE= autoconf
|
||||
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \
|
||||
CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.37 2005/10/30 00:10:39 fgsch Exp $
|
||||
# $OpenBSD: Makefile,v 1.38 2005/11/03 18:28:55 naddy Exp $
|
||||
|
||||
COMMENT= "high-performance CORBA ORB with support for the C language"
|
||||
|
||||
@ -25,6 +25,7 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= c m wrap
|
||||
|
||||
USE_GMAKE= Yes
|
||||
AUTOCONF_VERSION=2.13
|
||||
CONFIGURE_STYLE= autoconf
|
||||
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC} ${WRKSRC}/popt ${WRKSRC}/libIDL
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2005/09/06 03:22:59 marcm Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2005/11/03 18:28:55 naddy Exp $
|
||||
|
||||
COMMENT= "configuration database system written for GNOME"
|
||||
|
||||
@ -28,6 +28,7 @@ WANTLIB= IIOP ORBit ORBitCosNaming ORBitutil \
|
||||
DEFAULT_GCONF_SOURCE= xml::/var/db/gconf/gconf.xml.defaults
|
||||
|
||||
SEPARATE_BUILD= concurrent
|
||||
AUTOCONF_VERSION= 2.52
|
||||
CONFIGURE_STYLE= autoconf
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
||||
CONFIGURE_ARGS+= --enable-gconf-source=${DEFAULT_GCONF_SOURCE}
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.42 2005/04/19 09:41:41 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.43 2005/11/03 18:28:55 naddy Exp $
|
||||
|
||||
COMMENT= "stack-based interpreter for terminal applications"
|
||||
|
||||
@ -17,6 +17,7 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
AUTOCONF_VERSION= 2.13
|
||||
CONFIGURE_STYLE= autoconf no-autoheader
|
||||
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/autoconf
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.21 2005/08/09 09:07:24 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.22 2005/11/03 18:28:55 naddy Exp $
|
||||
|
||||
COMMENT= "OpenCM change management system"
|
||||
|
||||
@ -24,6 +24,7 @@ WANTLIB= c crypto ncurses readline ssl z
|
||||
MASTER_SITES= ${HOMEPAGE}releases/
|
||||
|
||||
USE_GMAKE= Yes
|
||||
AUTOCONF_VERSION= 2.13
|
||||
CONFIGURE_STYLE= autoconf
|
||||
|
||||
LDFLAGS+= -L${LOCALBASE}/lib -lgc
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.30 2005/11/03 15:51:04 aanriot Exp $
|
||||
# $OpenBSD: Makefile,v 1.31 2005/11/03 18:28:55 naddy Exp $
|
||||
|
||||
COMMENT= "heavily customizable and extensible editor"
|
||||
|
||||
@ -27,6 +27,7 @@ MASTER_SITES= ftp://ftp.xemacs.org/pub/xemacs/xemacs-21.4/ \
|
||||
GCCARCH= ${MACHINE_ARCH}-unknown-openbsd${OSREV}
|
||||
SUBST_VARS= GCCARCH VERSION
|
||||
|
||||
AUTOCONF_VERSION=2.13
|
||||
CONFIGURE_STYLE=autoconf old dest no-autoheader
|
||||
|
||||
CONFIGURE_ARGS+=--infodir='$${DESTDIR}${PREFIX}/info/${DISTNAME}' \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2004/11/27 10:39:13 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2005/11/03 18:28:55 naddy Exp $
|
||||
# $RuOBSD: Makefile,v 1.4 2002/04/29 11:07:18 grange Exp $
|
||||
# $NetBSD: Makefile,v 1.1.1.1 2001/12/29 00:22:02 abs Exp $
|
||||
|
||||
@ -28,6 +28,7 @@ LIB_DEPENDS= gtk.1.2,gdk::x11/gtk+ \
|
||||
USE_X11= Yes
|
||||
USE_GMAKE= Yes
|
||||
|
||||
AUTOCONF_VERSION= 2.13
|
||||
CONFIGURE_STYLE= autoconf
|
||||
|
||||
WRKDIST= ${WRKDIR}/BasiliskII-0.9
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.29 2005/10/30 00:10:40 fgsch Exp $
|
||||
# $OpenBSD: Makefile,v 1.30 2005/11/03 18:28:55 naddy Exp $
|
||||
|
||||
COMMENT= "game where you deal drugs on the streets of NY"
|
||||
|
||||
@ -22,6 +22,7 @@ LIB_DEPENDS+= glib-2.0.0.0::devel/glib2
|
||||
BUILD_DEPENDS+= :pkgconfig-*:devel/pkgconfig
|
||||
|
||||
USE_GMAKE= Yes
|
||||
AUTOCONF_VERSION=2.13
|
||||
CONFIGURE_STYLE= autoconf
|
||||
CONFIGURE_ARGS+= --enable-nls \
|
||||
--enable-strict \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2005/02/14 00:35:53 pvalchev Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2005/11/03 18:28:55 naddy Exp $
|
||||
|
||||
COMMENT= "breakout game with many levels, powerups, good graphics"
|
||||
|
||||
@ -20,6 +20,7 @@ LIB_DEPENDS= SDL::devel/sdl \
|
||||
SDL_mixer::devel/sdl-mixer \
|
||||
png.2.0::graphics/png
|
||||
|
||||
AUTOCONF_VERSION=2.13
|
||||
CONFIGURE_STYLE=autoconf
|
||||
CONFIGURE_ARGS+=--with-doc-path=${PREFIX}/share/doc
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/libpng" \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2004/11/28 22:41:19 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2005/11/03 18:28:55 naddy Exp $
|
||||
|
||||
COMMENT= "turn-based strategy engine"
|
||||
|
||||
@ -23,6 +23,7 @@ LIB_DEPENDS= SDL::devel/sdl \
|
||||
|
||||
USE_X11= Yes
|
||||
|
||||
AUTOCONF_VERSION=2.13
|
||||
CONFIGURE_STYLE= autoconf
|
||||
|
||||
post-install:
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2005/02/14 00:35:53 pvalchev Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2005/11/03 18:28:55 naddy Exp $
|
||||
|
||||
COMMENT= "Nebulous rewrite of Tower Toppler"
|
||||
|
||||
@ -18,6 +18,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=toppler/}
|
||||
|
||||
LIB_DEPENDS= SDL_mixer::devel/sdl-mixer
|
||||
|
||||
AUTOCONF_VERSION=2.13
|
||||
CONFIGURE_STYLE= autoconf no-autoheader
|
||||
MAKE_FLAGS= scoredir=/var/games
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2004/11/30 01:06:36 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2005/11/03 18:28:55 naddy Exp $
|
||||
|
||||
COMMENT= "image viewer for X"
|
||||
|
||||
@ -23,6 +23,7 @@ LIB_DEPENDS= SDL_image::devel/sdl-image
|
||||
USE_X11= Yes
|
||||
|
||||
SEPARATE_BUILD= concurrent
|
||||
AUTOCONF_VERSION=2.13
|
||||
CONFIGURE_STYLE= autoconf
|
||||
CONFIGURE_ENV= LDFLAGS="-L${X11BASE}/lib"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2005/10/30 00:10:41 fgsch Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2005/11/03 18:28:55 naddy Exp $
|
||||
|
||||
COMMENT= "tools and library routines for working with GIF images"
|
||||
|
||||
@ -15,6 +15,7 @@ PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= c m
|
||||
|
||||
AUTOCONF_VERSION=2.13
|
||||
CONFIGURE_STYLE= autoconf
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
||||
CONFIGURE_ARGS+= --without-x
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2005/02/13 18:07:31 alek Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2005/11/03 18:28:55 naddy Exp $
|
||||
|
||||
COMMENT= "Ericsson's high-level functional programming language"
|
||||
|
||||
@ -17,6 +17,7 @@ MASTER_SITES= http://erlang.stacken.kth.se/download/ \
|
||||
EXTRACT_SUFX= .base.tar.gz
|
||||
|
||||
USE_GMAKE= Yes
|
||||
AUTOCONF_VERSION= 2.13
|
||||
CONFIGURE_STYLE= autoconf
|
||||
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/erts-${VERSION}/autoconf
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2005/02/20 03:09:35 jolan Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2005/11/03 18:28:55 naddy Exp $
|
||||
# Uses pthreads (can but does not at the moment)
|
||||
|
||||
COMMENT= "Tool Command Language"
|
||||
@ -28,6 +28,7 @@ FAKE_FLAGS= INSTALL="install -c" INSTALL_ROOT="${WRKINST}" \
|
||||
MAN_INSTALL_DIR='$${INSTALL_ROOT}$$(TCL_LIBRARY)/man'
|
||||
|
||||
SEPARATE_BUILD= concurrent
|
||||
AUTOCONF_VERSION=2.13
|
||||
CONFIGURE_STYLE= autoconf no-autoheader
|
||||
CONFIGURE_ENV= PORTSDIR="${PORTSDIR}"
|
||||
CONFIGURE_ARGS= --includedir="${LOCALBASE}/include/tcl8.4"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.25 2005/09/29 17:25:28 bernd Exp $
|
||||
# $OpenBSD: Makefile,v 1.26 2005/11/03 18:28:56 naddy Exp $
|
||||
|
||||
COMMENT= "tty-based e-mail client"
|
||||
|
||||
@ -7,4 +7,6 @@ DISTNAME= mutt-${VERSION}i
|
||||
PKGNAME= ${DISTNAME}p2
|
||||
MASTER_SITES= ${MASTER_SITES_MUTT}
|
||||
|
||||
AUTOCONF_VERSION=2.13
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.28 2005/03/08 07:56:44 alek Exp $
|
||||
# $OpenBSD: Makefile,v 1.29 2005/11/03 18:28:56 naddy Exp $
|
||||
|
||||
COMMENT= "MBONE video tool"
|
||||
|
||||
@ -19,6 +19,7 @@ LIB_DEPENDS= tcl80.1.5:tcl-8.0.*:lang/tcl/8.0 \
|
||||
tk80.1.5:tk-8.0.*:x11/tk/8.0
|
||||
|
||||
USE_X11= Yes
|
||||
AUTOCONF_VERSION=2.13
|
||||
CONFIGURE_STYLE= autoconf
|
||||
MAKE_ENV= CC="${CC}" CCOPT="${CFLAGS}"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2004/12/22 11:48:33 alek Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2005/11/03 18:28:56 naddy Exp $
|
||||
|
||||
COMMENT= "Qt-based CD creation tool"
|
||||
|
||||
@ -26,6 +26,7 @@ RUN_DEPENDS= :cdrtools-*:sysutils/cdrtools
|
||||
|
||||
SEPARATE_BUILD= concurrent
|
||||
|
||||
AUTOCONF_VERSION= 2.13
|
||||
CONFIGURE_STYLE= autoconf
|
||||
CONFIGURE_ARGS= --datadir=${PREFIX}/share/doc/cdrchive \
|
||||
--x-includes=${X11BASE}/include \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.40 2005/11/03 14:46:01 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.41 2005/11/03 18:28:56 naddy Exp $
|
||||
|
||||
COMMENT= "X11-based presentation tool"
|
||||
|
||||
@ -27,6 +27,7 @@ RUN_DEPENDS+= pnmscale::graphics/netpbm
|
||||
MODULES= devel/gettext
|
||||
|
||||
USE_X11= Yes
|
||||
AUTOCONF_VERSION=2.13
|
||||
CONFIGURE_STYLE=autoconf gnu imake no-autoheader
|
||||
CONFIGURE_ARGS= --disable-vflib
|
||||
CONFIGURE_ARGS+= --enable-gif
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2005/11/01 15:25:01 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2005/11/03 18:28:56 naddy Exp $
|
||||
|
||||
COMMENT= "ARP reply daemon"
|
||||
|
||||
@ -17,6 +17,7 @@ WANTLIB= c pcap event
|
||||
|
||||
MASTER_SITES= http://www.citi.umich.edu/u/provos/honeyd/
|
||||
|
||||
AUTOCONF_VERSION= 2.52
|
||||
CONFIGURE_STYLE= autoconf
|
||||
|
||||
WRKDIST= ${WRKDIR}/arpd
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2005/02/13 15:54:28 alek Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2005/11/03 18:28:56 naddy Exp $
|
||||
|
||||
COMMENT= "GUI for dctc (Direct Connect Text Clone)"
|
||||
|
||||
@ -21,6 +21,7 @@ BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= :dctc-*:net/dctc
|
||||
|
||||
SEPARATE_BUILD= simple
|
||||
AUTOCONF_VERSION= 2.13
|
||||
CONFIGURE_STYLE= autoconf
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2004/12/16 00:31:21 alek Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2005/11/03 18:28:56 naddy Exp $
|
||||
|
||||
COMMENT= "Direct Connect clone"
|
||||
|
||||
@ -18,6 +18,7 @@ MASTER_SITES= ${HOMEPAGE}
|
||||
LIB_DEPENDS= glib.1.2,gthread.1.2::devel/glib
|
||||
|
||||
SEPARATE_BUILD= concurrent
|
||||
AUTOCONF_VERSION= 2.13
|
||||
CONFIGURE_STYLE= autoconf
|
||||
CONFIGURE_ENV= CPPFLAGS="-DMSG_NOSIGNAL=0"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2005/09/14 10:53:44 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2005/11/03 18:28:56 naddy Exp $
|
||||
|
||||
REVISION= 1.0
|
||||
VERSION= ${REVISION}.2a
|
||||
@ -7,6 +7,7 @@ PKGNAME= ${DISTNAME}p1
|
||||
MASTER_SITES= http://www.packetfactory.net/libnet/dist/deprecated/
|
||||
|
||||
WRKDIST= ${WRKDIR}/Libnet-1.0.2a
|
||||
AUTOCONF_VERSION=2.13
|
||||
|
||||
post-install:
|
||||
@ln -sf libnet-1.0/libnet.so.0.0 \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2005/05/24 00:05:14 mjc Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2005/11/03 18:28:56 naddy Exp $
|
||||
|
||||
COMMENT= "send ICMP nasty garbage"
|
||||
|
||||
@ -21,6 +21,7 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= c pcap
|
||||
|
||||
SEPARATE_BUILD= concurrent
|
||||
AUTOCONF_VERSION=2.13
|
||||
CONFIGURE_STYLE= autoconf
|
||||
CONFIGURE_ENV= INCLUDES="-L${LOCALBASE}/include/libnet-1.0" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib/libnet-1.0"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2004/12/27 13:28:33 alek Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2005/11/03 18:28:56 naddy Exp $
|
||||
|
||||
COMMENT= "encrypt/decrypt using Rijndael encryption algorithm"
|
||||
|
||||
@ -18,6 +18,7 @@ WANTLIB= c
|
||||
MASTER_SITES= http://aescrypt.sourceforge.net/ \
|
||||
${MASTER_SITE_SOURCEFORGE:=aescrypt/}
|
||||
|
||||
AUTOCONF_VERSION= 2.13
|
||||
CONFIGURE_STYLE= autoconf
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.37 2005/10/19 05:05:41 aanriot Exp $
|
||||
# $OpenBSD: Makefile,v 1.38 2005/11/03 18:28:56 naddy Exp $
|
||||
|
||||
COMMENT= "sniffing tools for penetration testing"
|
||||
|
||||
@ -21,6 +21,7 @@ PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= c crypto des pcap ssl rpcsvc
|
||||
|
||||
AUTOCONF_VERSION= 2.13
|
||||
CONFIGURE_STYLE= autoconf
|
||||
CONFIGURE_ARGS= --with-db="${LOCALBASE}"
|
||||
CONFIGURE_ENV= CFLAGS="${CFLAGS} -I/usr/local/include/db"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2004/12/27 13:28:35 alek Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2005/11/03 18:28:56 naddy Exp $
|
||||
|
||||
COMMENT= "secure passphrase generator"
|
||||
|
||||
@ -17,6 +17,7 @@ MASTER_SITES= ftp://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/ppgen/
|
||||
DISTFILES= ${DISTNAME}.tar.gz en.gz
|
||||
EXTRACT_ONLY= ${DISTNAME}.tar.gz
|
||||
|
||||
AUTOCONF_VERSION=2.13
|
||||
CONFIGURE_STYLE=autoconf dest no-autoheader
|
||||
|
||||
post-install:
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2004/12/27 13:28:35 alek Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2005/11/03 18:28:56 naddy Exp $
|
||||
|
||||
COMMENT= "simple password generator"
|
||||
|
||||
@ -18,6 +18,7 @@ PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= c
|
||||
|
||||
AUTOCONF_VERSION=2.13
|
||||
CONFIGURE_STYLE=autoconf
|
||||
MAKE_FLAGS= WALL_OPTS=""
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2005/06/30 20:31:46 todd Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2005/11/03 18:28:56 naddy Exp $
|
||||
|
||||
COMMENT= "logs smurf attacks"
|
||||
DISTNAME= smurflog-2.1
|
||||
@ -14,6 +14,7 @@ PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= c pcap
|
||||
|
||||
AUTOCONF_VERSION= 2.13
|
||||
CONFIGURE_STYLE= gnu autoconf no-autoheader
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2004/12/11 13:29:20 alek Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2005/11/03 18:28:56 naddy Exp $
|
||||
#
|
||||
# Many variables moved to ../Makefile.inc
|
||||
|
||||
@ -43,6 +43,7 @@ WRKBUILD= ${WRKDIR}/Amaya/obj
|
||||
WRKDIST= ${WRKDIR}
|
||||
|
||||
USE_GMAKE= Yes
|
||||
AUTOCONF_VERSION= 2.13
|
||||
CONFIGURE_STYLE= autoconf dest
|
||||
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC} ${WRKSRC}/../libwww/config
|
||||
CONFIGURE_SCRIPT= ../configure
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2004/12/11 13:29:21 alek Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2005/11/03 18:28:56 naddy Exp $
|
||||
|
||||
COMMENT= "text browser, displays while downloading"
|
||||
|
||||
@ -19,6 +19,7 @@ WANTLIB= c crypto ssl
|
||||
MASTER_SITES= http://artax.karlin.mff.cuni.cz/%7Emikulas/links/download/ \
|
||||
http://links.sourceforge.net/download/
|
||||
|
||||
AUTOCONF_VERSION= 2.13
|
||||
CONFIGURE_STYLE= autoconf
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.75 2005/10/29 23:26:38 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.76 2005/11/03 18:28:56 naddy Exp $
|
||||
|
||||
COMMENT= "WWW and FTP proxy cache and accelerator"
|
||||
|
||||
@ -34,6 +34,7 @@ PATCH_LIST= patch-* gcc-*
|
||||
.endif
|
||||
|
||||
SEPARATE_BUILD= concurrent
|
||||
AUTOCONF_VERSION=2.13
|
||||
CONFIGURE_STYLE= autoconf
|
||||
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/cfgaux
|
||||
CONFIGURE_ARGS+=--datadir="${PREFIX}/share/squid" \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.26 2005/09/05 20:05:02 marcm Exp $
|
||||
# $OpenBSD: Makefile,v 1.27 2005/11/03 18:28:56 naddy Exp $
|
||||
|
||||
COMMENT= "libraries for the GNOME project"
|
||||
|
||||
@ -30,6 +30,7 @@ WANTLIB= ICE SM X11 Xext Xi Xpm audiofile c glib gmodule gtk \
|
||||
|
||||
USE_X11= Yes
|
||||
USE_GMAKE= Yes
|
||||
AUTOCONF_VERSION= 2.13
|
||||
CONFIGURE_STYLE= autoconf
|
||||
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2004/04/09 09:52:10 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2005/11/03 18:28:56 naddy Exp $
|
||||
|
||||
COMMENT= "embedded documentation in C++"
|
||||
CATEGORIES= x11 x11/kde devel
|
||||
@ -8,6 +8,7 @@ DISTNAME= kdoc-${VERSION}
|
||||
MASTER_SITES= ${MASTER_SITE_KDE:=stable/3.0.1/src/}
|
||||
|
||||
MODULES=
|
||||
AUTOCONF_VERSION= 2.52
|
||||
CONFIGURE_STYLE= autoconf no-autoheader
|
||||
USE_GMAKE= No
|
||||
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2004/12/19 17:27:01 alek Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2005/11/03 18:28:56 naddy Exp $
|
||||
|
||||
COMMENT= "graphical toolkit for Tcl"
|
||||
|
||||
@ -30,6 +30,7 @@ FAKE_FLAGS= INSTALL="install -c" INSTALL_ROOT="${WRKINST}" \
|
||||
|
||||
SEPARATE_BUILD= concurrent
|
||||
USE_X11= Yes
|
||||
AUTOCONF_VERSION=2.13
|
||||
CONFIGURE_STYLE= autoconf no-autoheader
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
||||
CONFIGURE_ARGS+= --with-tcl="${LOCALBASE}/lib/tcl8.4"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2005/09/11 07:27:51 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2005/11/03 18:28:56 naddy Exp $
|
||||
|
||||
COMMENT= "Virtual desktop manager for X11"
|
||||
|
||||
@ -21,6 +21,7 @@ USE_X11= Yes
|
||||
WANTLIB= SM ICE X11 Xext Xinerama Xrender Xrandr Xft stdc++ m c \
|
||||
freetype fontconfig
|
||||
USE_GMAKE= Yes
|
||||
AUTOCONF_VERSION= 2.52
|
||||
CONFIGURE_STYLE= autoconf
|
||||
CONFIGURE_ARGS= --disable-pixmap
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.23 2004/12/17 15:03:18 alek Exp $
|
||||
# $OpenBSD: Makefile,v 1.24 2005/11/03 18:28:57 naddy Exp $
|
||||
# $NetBSD: Makefile,v 1.4 1999/03/04 08:58:42 tron Exp $
|
||||
|
||||
COMMENT= "graphical version of traceroute"
|
||||
@ -23,6 +23,7 @@ WANTLIB= GL GLU X11 Xext Xi c gdk glib gmodule gtk iconv intl \
|
||||
jpeg m tiff z
|
||||
|
||||
USE_X11= Yes
|
||||
AUTOCONF_VERSION=2.13
|
||||
CONFIGURE_STYLE= autoconf
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
Loading…
Reference in New Issue
Block a user