aboutsummaryrefslogtreecommitdiff
path: root/devel/libsigc++20/Makefile
blob: 2adf0ed2fe0579afb23939d7d63c64eb87c9e827 (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
# New ports collection makefile for:   libsigc++
# Date created:        30 September 2002
# Whom:                Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
#
# $FreeBSD$
#

PORTNAME=	libsigc++
PORTVERSION=	1.2.0
CATEGORIES=	devel gnome
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	libsigc

MAINTAINER=	gnome@FreeBSD.org

USE_GMAKE=	yes
NO_LATEST_LINK=	yes
INSTALLS_SHLIB=	yes
USE_GNOMENG=	yes
USE_GNOME=	gnomehack
USE_LIBTOOL=	yes

.include <bsd.port.mk>