blob: 941406c83830b5995b575fd99c2d60baac3991f3 (
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
29
30
31
32
33
34
|
# New ports collection makefile for: orbit
# Version required: 0.3.90
# Date Created: 16 Aug 1998
# Whom: Chia-liang Kao <clkao@CirX.ORG>
#
# $Id: Makefile,v 1.7 1998/11/25 13:16:32 vanilla Exp $
#
DISTNAME= ORBit-0.3.90
CATEGORIES= devel
MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \
ftp://ftp.gnome.org/pub/GNOME/sources/
#MASTER_SITES= ftp://ftp.gnome.org/pub/ORBit/
MAINTAINER= clkao@CirX.ORG
LIB_DEPENDS= glib11d.1:${PORTSDIR}/devel/glib11-devel
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ENV= INSTALL='$${INSTALL} -c' \
GLIB_CONFIG="${LOCALBASE}/bin/glib11d-config"
CONFIGURE_ARGS= --disable-indent
pre-install:
@if [ ! -f ${PREFIX}/info/dir ]; then \
${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
fi
post-install:
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>
|