mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
48 lines
1.0 KiB
Makefile
48 lines
1.0 KiB
Makefile
# New ports collection makefile for: tevent
|
|
# Date created: 1 May 2009
|
|
# Whom: Koop Mast <kwm@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tevent
|
|
PORTVERSION= 0.9.8
|
|
PORTREVISION= 1
|
|
PORTEPOCH= 0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ftp://ftp.samba.org/pub/%SUBDIR%/ \
|
|
ftp://ca.samba.org/pub/%SUBDIR%/ \
|
|
ftp://de.samba.org/pub/%SUBDIR%/
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= timur@FreeBSD.org
|
|
COMMENT= Talloc based event loop library
|
|
|
|
LIB_DEPENDS= talloc.2:${PORTSDIR}/devel/talloc
|
|
|
|
CONFLICTS=
|
|
|
|
USE_GMAKE= yes
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= pkgconfig
|
|
USE_AUTOTOOLS= autoconf autoheader
|
|
|
|
IPATHS= -I${WRKSRC}/libreplace
|
|
AUTOHEADER_ARGS= ${IPATHS}
|
|
AUTOCONF_ARGS= ${IPATHS}
|
|
|
|
PKGCONFIGDIR?= ${PREFIX}/libdata/pkgconfig
|
|
PKGCONFIGDIR_REL?= ${PKGCONFIGDIR:S|^${PREFIX}/||}
|
|
|
|
PLIST_FILES= include/tevent.h \
|
|
lib/libtevent.a \
|
|
lib/libtevent.so \
|
|
lib/libtevent.so.0 \
|
|
${PKGCONFIGDIR_REL}/tevent.pc
|
|
|
|
post-install:
|
|
${LN} -sf libtevent.so.0 ${PREFIX}/lib/libtevent.so
|
|
|
|
.include <bsd.port.mk>
|