freebsd-ports/x11-toolkits/xforms/Makefile
Maxim Sobolev 86676c2a4c Create libform.so --> libxform.so.1 link, because it seems that library has
been built with --soname option and w/o this link dynamically-linked
executables don't work.
2000-07-14 11:59:47 +00:00

42 lines
855 B
Makefile

# New ports collection makefile for: xforms
# Date created: 28 March 1997
# Whom: gena
#
# $FreeBSD$
#
PORTNAME= xforms
PORTVERSION= 0.89
CATEGORIES= x11-toolkits graphics
MASTER_SITES= ftp://ncmir.ucsd.edu/pub/xforms/${MASTER_SITE_SUBDIR}/
EXTRACT_SUFX= .tgz
MAINTAINER= gena@NetVision.net.il
USE_X_PREFIX= yes
INSTALLS_SHLIB= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
MAN1= fdesign.1 fd2ps.1
MAN5= xforms.5
.include <bsd.port.pre.mk>
.if ${MACHINE_ARCH} == "alpha"
PORTVERSION= 0.88
DISTNAME= bxform-${PORTVERSION:S/.//}
MASTER_SITE_SUBDIR= freeBSD-alpha
PATCHDIR= ${MASTERDIR}/patches.alpha
.else
DISTNAME= bxform-${PORTVERSION:S/.//}-elf
MASTER_SITE_SUBDIR= freeBSD
PATCHDIR= ${MASTERDIR}/patches.i386
MAN1+= iconvert.1
.endif
post-install:
@${LN} -sf ${PREFIX}/lib/libxforms.so.0 ${PREFIX}/lib/libforms.so
.include <bsd.port.post.mk>