mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
29 lines
704 B
Makefile
29 lines
704 B
Makefile
# New ports collection makefile for: libnotifymm
|
|
# Date created: 2008-03-26
|
|
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libnotifymm
|
|
PORTVERSION= 0.6.1
|
|
PORTREVISION= 4
|
|
CATEGORIES= devel gnome
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome2
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= C++ wrappers for libnotify
|
|
|
|
LIB_DEPENDS= notify.1:${PORTSDIR}/devel/libnotify \
|
|
glibmm-2.4.1:${PORTSDIR}/devel/glibmm \
|
|
gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24
|
|
|
|
USE_BZIP2= yes
|
|
USE_AUTOTOOLS= libtool
|
|
USE_GNOME= pkgconfig gnomehack gnomeprefix ltverhack
|
|
CONFIGURE_ENV= CPPFLAGS="-I${WRKSRC}/libnotify `pkg-config --cflags glibmm-2.4 libnotify gtkmm-2.4`"
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|