mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
96bc8048c3
shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts instead of adding it to PKG_FLAGS after bsd.port.mk.
32 lines
780 B
Makefile
32 lines
780 B
Makefile
# 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.5 1998/09/21 21:36:27 steve 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
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
post-install:
|
|
.if ${PORTOBJFORMAT} == "aout"
|
|
${LN} -sf libXbae.so.6.2 ${PREFIX}/lib/libXbae.so
|
|
.endif
|
|
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
|
|
|
|
.include <bsd.port.post.mk>
|