1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00

- Fix MASTER_SITES

- Support USE_TCL

PR:		162853
Submitted by:	Ports Fury
Feature safe:	yes
This commit is contained in:
Martin Wilke 2011-11-27 09:53:01 +00:00
parent 3daca20fea
commit 5b6232705a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=286488

View File

@ -8,30 +8,30 @@
PORTNAME= liboop
PORTVERSION= 1.0
PORTREVISION= 7
PORTREVISION= 8
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GENTOO}
MASTER_SITE_SUBDIR= distfiles
MASTER_SITES= GENTOO/distfiles \
http://download.ofb.net/liboop/
MAINTAINER= ports@FreeBSD.org
COMMENT= A low-level event loop management library for POSIX-based OS
LIB_DEPENDS= adns.1:${PORTSDIR}/dns/adns \
tcl84.1:${PORTSDIR}/lang/tcl84 \
wwwcore.1:${PORTSDIR}/www/libwww
USE_AUTOTOOLS= libtool
USE_BZIP2= yes
USE_GNOME= glib12 glib20 gnomehack
GNU_CONFIGURE= yes
USE_TCL_BUILD= yes
USE_TCL= yes
USE_AUTOTOOLS= libtool
CONFIGURE_ARGS= --with-libwww
USE_LDCONFIG= yes
MAKE_JOBS_UNSAFE= yes
MAKE_JOBS_UNSAFE=yes
CPPFLAGS+= -I${LOCALBASE}/include/tcl8.4 -I${LOCALBASE}/include
CPPFLAGS+= -I${TCL_INCLUDEDIR} -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
post-patch:
@${REINPLACE_CMD} -e 's|8\.4|84|g' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|8\.4|${TCL_VER:S/.//}|g' ${WRKSRC}/configure
.include <bsd.port.mk>