32 lines
658 B
Makefile
32 lines
658 B
Makefile
# $OpenBSD: Makefile,v 1.6 2001/05/06 04:22:45 lebel Exp $
|
|
# Original from: Bruno Rohee <rohee@OpenBSD.ORG>
|
|
#
|
|
# Many variables moved to ../Makefile.inc
|
|
#
|
|
|
|
COMMENT= "test-bed browser/authoring tool of the W3C"
|
|
|
|
AMAYA_VERSION= 3.2.1
|
|
DISTNAME= amaya-src-${AMAYA_VERSION}
|
|
PKGNAME= amaya-${AMAYA_VERSION}
|
|
|
|
NEED_VERSION= 1.402
|
|
|
|
USE_MOTIF= any
|
|
|
|
WRKSRC= ${WRKDIR}/Amaya
|
|
WRKBUILD= ${WRKSRC}/obj
|
|
|
|
USE_GMAKE= Yes
|
|
CONFIGURE_STYLE= gnu dest
|
|
CONFIGURE_SCRIPT= ../configure
|
|
|
|
pre-install:
|
|
${STRIP} ${WRKBUILD}/bin/amaya
|
|
${STRIP} ${WRKBUILD}/bin/print
|
|
|
|
post-install:
|
|
cd ${PREFIX}/bin; rm amaya; ln -s ${TRUEPREFIX}/Amaya/applis/bin/amaya
|
|
|
|
.include <bsd.port.mk>
|