1998-04-08 13:28:21 +00:00
|
|
|
# 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>
|
|
|
|
#
|
1998-09-21 21:38:34 +00:00
|
|
|
# $Id: Makefile,v 1.4 1998/08/07 22:56:47 asami Exp $
|
1998-04-08 13:28:21 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= Xbae-4.6.2
|
|
|
|
PKGNAME= xbae-4.6.2
|
1998-08-07 22:56:48 +00:00
|
|
|
CATEGORIES= x11-toolkits math
|
1998-04-08 13:28:21 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
|
|
MASTER_SITE_SUBDIR= widgets/motif
|
|
|
|
|
|
|
|
MAINTAINER= Lars.Koeller@Uni-Bielefeld.de
|
|
|
|
|
|
|
|
REQUIRES_MOTIF= YES
|
|
|
|
USE_IMAKE= YES
|
1998-09-21 21:38:34 +00:00
|
|
|
MAN3= XbaeCaption.3 XbaeMatrix.3
|
1998-04-08 13:28:21 +00:00
|
|
|
|
1998-04-09 08:22:49 +00:00
|
|
|
post-install:
|
1998-09-21 21:38:34 +00:00
|
|
|
if [ "${PORTOBJFORMAT}" = "aout" ]; then \
|
|
|
|
${LN} -sf libXbae.so.6.2 ${PREFIX}/lib/libXbae.so; \
|
|
|
|
fi
|
|
|
|
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
|
1998-04-09 08:22:49 +00:00
|
|
|
|
1998-04-08 13:28:21 +00:00
|
|
|
.include <bsd.port.mk>
|