blob: d19c8475574daa4057244c9b9963fc2d85e40922 (
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
|
# New ports collection makefile for: orbit
# Version required: 0.2.1
# Date Created: 16 Aug 1998
# Whom: Chia-liang Kao <clkao@CirX.ORG>
#
# $Id: Makefile,v 1.1.1.1 1998/08/19 06:15:08 vanilla Exp $
#
DISTNAME= ORBit-0.2.1
CATEGORIES= devel
MASTER_SITES= ftp://ftp.gnome.org/pub/ORBit/
MAINTAINER= clkao@CirX.ORG
LIB_DEPENDS= glib11\\.0\\.:${PORTSDIR}/devel/glib
BROKEN= patch
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ENV= INSTALL='$${INSTALL} -c'
CONFIGURE_ARGS= --disable-indent
post-install:
${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>
|