blob: 42b7221672eb21f487554f147b912d5503224b1a (
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
|
# $NetBSD: Makefile,v 1.34 2000/07/10 21:33:32 tron 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
GNU_CONFIGURE= # defined
USE_LIBTOOL= # defined
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig \
${WRKSRC}/popt/ltconfig \
${WRKSRC}/libIDL/ltconfig
INFO_FILES= libIDL.info
post-install:
cd ${WRKSRC}/popt; ${LIBTOOL} --mode=install \
${INSTALL_DATA} libpopt.la ${PREFIX}/lib
.include "../../mk/bsd.pkg.mk"
|