freebsd-ports/devel/liboop/Makefile
Tijl Coosemans 3ce0f21808 devel/glib12 x11-toolkits/gtk12:
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove patches that renamed include directories and libraries so they
  didn't conflict with early development versions of glib/gtk 2.0
2014-09-13 15:11:27 +00:00

33 lines
765 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= liboop
PORTVERSION= 1.0
PORTREVISION= 12
CATEGORIES= devel
MASTER_SITES= GENTOO/distfiles \
http://download.ofb.net/liboop/
MAINTAINER= rodrigo@FreeBSD.org
COMMENT= Low-level event loop management library for POSIX-based OS
LICENSE= GPLv2
LIB_DEPENDS= libadns.so:${PORTSDIR}/dns/adns \
libwwwcore.so:${PORTSDIR}/www/libwww
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-libwww
MAKE_ENV= INSTALL_STRIP_FLAG=${STRIP}
MAKE_JOBS_UNSAFE= yes
USE_GNOME= glib12 glib20
USE_LDCONFIG= yes
USES= libtool pathfix pkgconfig tcl tar:bzip2
CPPFLAGS+= -I${TCL_INCLUDEDIR} -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
post-patch:
@${REINPLACE_CMD} -e 's|8\.4|${TCL_VER:S/.//}|g' ${WRKSRC}/configure
.include <bsd.port.mk>