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

30 lines
656 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++
2003-05-16 07:50:55 +02:00
PORTVERSION= 1.2.5
PORTREVISION= 1
CATEGORIES= devel gnome
2003-01-01 20:13:17 +01:00
MASTER_SITES= ${MASTER_SITE_GNOME} \
${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.2 \
libsigc
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
USE_LIBTOOL_VER= 13
.include <bsd.port.mk>