freebsd-ports/x11-toolkits/xbae/Makefile
Satoshi Asami ffb21b5654 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)

Line up the rhs of variable assignments nicely.  Remove a couple of extra
whitespaces while I'm here.

Suggested by:	 sobomax
2000-06-16 21:52:40 +00:00

36 lines
825 B
Makefile

# New ports collection makefile for: Xbae
# Date created: 11 December 96
# Whom: Lars Koeller <Lars_Koeller@odie.physik2.uni-rostock.de>
# With some
# modifications from: Andreas Klemm <andreas@FreeBSD.ORG>
#
# $FreeBSD$
#
PORTNAME= xbae
PORTVERSION= 4.7
CATEGORIES= x11-toolkits math
MASTER_SITES= ftp://sunsite.doc.ic.ac.uk/packages/X11/contrib/widgets/ \
${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= widgets/motif
DISTNAME= Xbae-${PORTVERSION}
MAINTAINER= Lars.Koeller@Uni-Bielefeld.de
REQUIRES_MOTIF= yes
USE_IMAKE= yes
INSTALLS_SHLIB= 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
${RM} -rf ${PREFIX}/include/Xbae
${LN} -sf Xbae-4.7 ${PREFIX}/include/Xbae
.include <bsd.port.post.mk>