summaryrefslogblamecommitdiffstats
path: root/net/linc/Makefile
blob: c719c35a3f67d289d9f8958a1a4de2e6ec90a940 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                           
                 






                                               
                                                     













                                                                        
# New ports collection makefile for:   linc
# Date Created:         12 February 2002
# Whom:             Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD: ports/net/linc/Makefile,v 1.23 2002/09/20 17:07:10 marcus Exp $
#

PORTNAME=   linc
PORTVERSION=    0.7.0
PORTREVISION=   1
CATEGORIES= net
MASTER_SITES=   ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.7
DIST_SUBDIR=    gnome2

MAINTAINER= gnome@FreeBSD.org

LIB_DEPENDS=    glib-2.0.103:${PORTSDIR}/devel/glib20

USE_BZIP2=  yes
USE_GMAKE=  yes
USE_GNOMENG=    yes
USE_GNOME=  gnomehack
INSTALLS_SHLIB= yes
USE_LIBTOOL=    yes
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \
        --disable-gtk-doc
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_TARGET=   --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}

.include <bsd.port.mk>