blob: 2d321da8d691fbadd175744504687d02ef9b9aa6 (
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
|
# 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
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
USE_GMAKE= yes
NO_LATEST_LINK= yes
INSTALLS_SHLIB= yes
USE_GNOMENG= yes
USE_GNOME= gnomehack
USE_LIBTOOL= yes
.include <bsd.port.mk>
|