2000-08-10 08:48:07 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.3 2000/08/10 08:48:07 kevlo Exp $
|
2000-04-11 20:08:46 +00:00
|
|
|
# Original from: Bruno Rohee <rohee@OpenBSD.ORG>
|
|
|
|
#
|
|
|
|
# Many variables moved to ../Makefile.inc
|
|
|
|
#
|
2000-08-10 08:48:07 +00:00
|
|
|
AMAYA_VERSION= 3.2.1
|
2000-04-11 20:08:46 +00:00
|
|
|
|
|
|
|
DISTNAME= amaya-src-${AMAYA_VERSION}
|
|
|
|
PKGNAME= amaya-${AMAYA_VERSION}
|
|
|
|
|
2000-08-10 08:48:07 +00:00
|
|
|
NEED_VERSION= 1.319
|
2000-04-11 20:08:46 +00:00
|
|
|
|
|
|
|
USE_MOTIF= Yes
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/Amaya
|
|
|
|
WRKBUILD= ${WRKSRC}/obj
|
|
|
|
|
|
|
|
USE_GMAKE= Yes
|
2000-06-20 15:27:19 +00:00
|
|
|
CONFIGURE_STYLE= gnu dest
|
2000-04-11 20:08:46 +00:00
|
|
|
|
|
|
|
do-configure:
|
2000-06-20 15:27:19 +00:00
|
|
|
cd ${WRKBUILD} && ${SETENV} ${CONFIGURE_ENV} ../configure ${CONFIGURE_ARGS}
|
|
|
|
|
2000-04-11 20:08:46 +00:00
|
|
|
|
|
|
|
pre-install:
|
|
|
|
${STRIP} ${WRKBUILD}/bin/amaya
|
|
|
|
${STRIP} ${WRKBUILD}/bin/print
|
|
|
|
|
2000-06-20 15:27:19 +00:00
|
|
|
post-install:
|
|
|
|
cd ${PREFIX}/bin; rm amaya; ln -s ${TRUEPREFIX}/Amaya/applis/bin/amaya
|
|
|
|
|
2000-04-11 20:08:46 +00:00
|
|
|
.include <bsd.port.mk>
|