freebsd-ports/devel/libsigc++12/Makefile
Bill Fenner da26c9e46b Use groups to associate the right subdirectory with the right server.
Approved by:	Alexander Nedotsukov <bland@FreeBSD.org>
2005-11-26 16:23:23 +00:00

29 lines
719 B
Makefile

# New ports collection makefile for: libsigc++
# Date created: 30 September 2002
# Whom: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
#
# $FreeBSD$
#
PORTNAME= libsigc++
PORTVERSION= 1.2.7
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNOME:S/$/:gnome/} \
${MASTER_SITE_SOURCEFORGE:S/$/:sf/}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.2/:gnome \
libsigc/:sf
DIST_SUBDIR= gnome2
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:sf,gnome
MAINTAINER= gnome@FreeBSD.org
COMMENT= Callback Framework for C++
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
USE_GMAKE= yes
LATEST_LINK= libsigc++12
INSTALLS_SHLIB= yes
USE_GNOME= gnomehack gnometarget pkgconfig
USE_AUTOTOOLS= libtool:15
.include <bsd.port.mk>