make it ready for the coming slave ports

Discussed with:	vanilla
This commit is contained in:
Ying-Chieh Liao 2001-04-27 16:39:50 +00:00
parent d1fd328e7d
commit c1053e346a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41966
2 changed files with 8 additions and 6 deletions

View File

@ -8,16 +8,17 @@
PORTNAME= irssi
PORTVERSION= 0.7.98.3
PORTREVISION= 3
CATEGORIES= irc ipv6
CATEGORIES+= irc ipv6 # `+=' is for slave ports
MASTER_SITES= http://irssi.org/files/
MAINTAINER= ports@FreeBSD.org
MAINTAINER?= ports@FreeBSD.org # `?=' is for slave ports
USE_BZIP2= yes
USE_PERL5= yes
USE_GLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-socks --with-bot --without-servertest \
# `+=' is for slave ports
CONFIGURE_ARGS+= --without-socks --with-bot --without-servertest \
--enable-perl-path=${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -lintl"

View File

@ -8,16 +8,17 @@
PORTNAME= irssi
PORTVERSION= 0.7.98.3
PORTREVISION= 3
CATEGORIES= irc ipv6
CATEGORIES+= irc ipv6 # `+=' is for slave ports
MASTER_SITES= http://irssi.org/files/
MAINTAINER= ports@FreeBSD.org
MAINTAINER?= ports@FreeBSD.org # `?=' is for slave ports
USE_BZIP2= yes
USE_PERL5= yes
USE_GLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-socks --with-bot --without-servertest \
# `+=' is for slave ports
CONFIGURE_ARGS+= --without-socks --with-bot --without-servertest \
--enable-perl-path=${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -lintl"