freebsd-ports/devel/libsigc++12/Makefile

31 lines
728 B
Makefile
Raw Normal View History

# New ports collection makefile for: libsigc++
# Date created: 30 September 2002
# Whom: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
#
# $FreeBSD$
#
2000-04-11 23:30:15 +02:00
PORTNAME= libsigc++
2005-04-13 09:38:01 +02:00
PORTVERSION= 1.2.7
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNOME:S/$/:gnome/} \
${MASTER_SITE_SOURCEFORGE:S/$/:sf/}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.2/:gnome \
libsigc/:sf
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:sf,gnome
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= Callback Framework for C++
2003-06-16 22:52:58 +02:00
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
USE_GMAKE= yes
2003-01-01 20:13:17 +01:00
LATEST_LINK= libsigc++12
INSTALLS_SHLIB= yes
2003-06-16 22:52:58 +02:00
USE_GNOME= gnomehack gnometarget pkgconfig
GNU_CONFIGURE= yes
.include <bsd.port.mk>