blob: 4919b56cc3629c98e7982c7cd7dff6cf0f3c6b53 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# New ports collection makefile for: gio-standalone
# Date created: 2007-11-06
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/devel/gio-standalone/Makefile,v 1.3 2007/11/06 23:47:46 ahze Exp $
PORTNAME= gio-standalone
PORTVERSION= 0.1.2
CATEGORIES= devel gnome
MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= Glib I/O library
USE_GNOME= glib20 gnomehack gnomeprefix
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
USE_GMAKE= yes
USE_FAM= yes
USE_LDCONFIG= yes
USE_GETTEXT= yes
post-patch:
@${REINPLACE_CMD} -e 's|$${datadir}/gtk-doc|${DOCSDIR}|' \
${WRKSRC}/configure
.include <bsd.port.mk>
|