blob: da74f4261b151709e421cebf26bc19dce04de0f2 (
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
|
# New ports collection makefile for: Xbae
# Version required: 4.6.2
# Date created: 11 December 96
# Whom: Lars Koeller <Lars_Koeller@odie.physik2.uni-rostock.de>
# With some
# modifications from: Andreas Klemm <andreas@FreeBSD.ORG>
#
# $Id: Makefile,v 1.4 1998/08/07 22:56:47 asami Exp $
#
DISTNAME= Xbae-4.6.2
PKGNAME= xbae-4.6.2
CATEGORIES= x11-toolkits math
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= widgets/motif
MAINTAINER= Lars.Koeller@Uni-Bielefeld.de
REQUIRES_MOTIF= YES
USE_IMAKE= YES
MAN3= XbaeCaption.3 XbaeMatrix.3
post-install:
if [ "${PORTOBJFORMAT}" = "aout" ]; then \
${LN} -sf libXbae.so.6.2 ${PREFIX}/lib/libXbae.so; \
fi
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>
|