blob: 048e64ef4087eea4bd898f6364dccf4ccf16852f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/devel/gnome-vfs-monikers/Makefile,v 1.4 2006/07/18 11:37:57 ahze Exp $
PORTNAME= gnome-vfs-monikers
PORTVERSION= 2.15.3
PORTREVISION= 12
CATEGORIES= devel
MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= Gnome-vfs monikers module
USES= gettext-tools gmake libtool:keepla pkgconfig
USE_GNOME= gnomevfs2 intltool libbonobo
INSTALL_TARGET= install-strip
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib #-pthread
.include <bsd.port.mk>
|