summaryrefslogtreecommitdiffstats
path: root/devel/libsigc++20/Makefile
blob: 216c0507e92274f94ac610025998d4ba019ffd2c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# New ports collection makefile for:   libsigc++2
# Date created:        14 Feb 2004
# Whom:                Alexander Nedotsukov <bland@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   libsigc++
PORTVERSION=    2.0.3
CATEGORIES= devel gnome
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= libsigc
DIST_SUBDIR=    gnome2

MAINTAINER= gnome@FreeBSD.org
COMMENT=    Callback Framework for C++

BUILD_DEPENDS=  gm4:${PORTSDIR}/devel/m4

USE_BZIP2=  yes
USE_GCC=    3.3
USE_GMAKE=  yes
LATEST_LINK=    libsigc++20
INSTALLS_SHLIB= yes
USE_GNOME=  gnomehack lthack gnometarget pkgconfig
USE_LIBTOOL_VER=13

.include <bsd.port.mk>