mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
ffb21b5654
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
36 lines
825 B
Makefile
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>
|