mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 20:36:30 -04:00
callback library for C++. PR: 36945 Submitted by: garrett rooney <rooneg@electricjellyfish.net> Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
23 lines
478 B
Makefile
23 lines
478 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.1.13
|
|
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>
|