2002-02-12 14:12:30 +01:00
|
|
|
# New ports collection makefile for: linc
|
|
|
|
# Date Created: 12 February 2002
|
|
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= linc
|
2003-06-20 17:52:38 +02:00
|
|
|
PORTVERSION= 1.0.3
|
2006-06-01 00:18:51 +02:00
|
|
|
PORTREVISION?= 6
|
2002-02-12 14:12:30 +01:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2003-02-07 19:42:25 +01:00
|
|
|
MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.0
|
2002-02-12 14:12:30 +01:00
|
|
|
DIST_SUBDIR= gnome2
|
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A library for writing networked servers & clients
|
2002-02-12 14:12:30 +01:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
2006-05-10 05:12:45 +02:00
|
|
|
|
|
|
|
.if !defined(REFERENCE_PORT)
|
|
|
|
|
2002-02-12 14:12:30 +01:00
|
|
|
USE_GMAKE= yes
|
2003-04-22 06:46:36 +02:00
|
|
|
USE_GNOME= gnomehack glib20
|
2006-10-07 23:51:40 +02:00
|
|
|
USE_LDCONFIG= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2002-05-25 21:21:22 +02:00
|
|
|
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \
|
|
|
|
--disable-gtk-doc
|
2002-02-12 14:12:30 +01:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
2006-05-10 05:12:45 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e '/^SUBDIRS/ s|docs||' ${WRKSRC}/Makefile.in
|
|
|
|
|
2002-02-12 14:12:30 +01:00
|
|
|
.include <bsd.port.mk>
|
2006-05-10 05:12:45 +02:00
|
|
|
|
|
|
|
.endif
|