blob: e1a48937a4c09ef94cb6425369c80a5a7cd66f7b (
plain)
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
29
30
31
|
# $NetBSD: Makefile,v 1.35 2000/07/25 04:50:37 jlam Exp $
#
DISTNAME= ORBit-0.5.2
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/ORBit/}
MAINTAINER= wiz@netbsd.org
HOMEPAGE= http://www.gnome.org/
DEPENDS+= glib>=1.2.7:../../devel/glib
DEPENDS+= gindent-*:../../devel/gindent
DEPENDS+= gettext-0.10.*:../../devel/gettext
USE_GMAKE= # defined
USE_LIBTOOL= # defined
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig \
${WRKSRC}/popt/ltconfig \
${WRKSRC}/libIDL/ltconfig
GNU_CONFIGURE= # defined
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
CPPFLAGS+= -I${LOCALBASE}/include # libintl.h
INFO_FILES= libIDL.info
post-install:
cd ${WRKSRC}/popt; ${LIBTOOL} --mode=install \
${INSTALL_DATA} libpopt.la ${PREFIX}/lib
.include "../../mk/bsd.pkg.mk"
|