mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
19a202c3ff
A program computes with real and complex numbers and matrices
31 lines
587 B
Makefile
31 lines
587 B
Makefile
# ex:ts=8
|
|
# Ports collection Makefile for: euler
|
|
# Date created: May 14, 2002
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= euler
|
|
PORTVERSION= 1.60.4
|
|
CATEGORIES= science
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= euler
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
USE_GTK= yes
|
|
WRKSRC= ${WRKDIR}/${DISTNAME:R}/source
|
|
MAKEFILE= makefile
|
|
ALL_TARGET= # empty
|
|
|
|
post-patch:
|
|
@${PERL} -pi -e "s,%%PREFIX%%,${PREFIX},g ; \
|
|
s,gtk-config,${GTK_CONFIG},g ; \
|
|
s,glib-config,${GLIB_CONFIG},g" ${WRKSRC}/${MAKEFILE}
|
|
|
|
post-install:
|
|
@${STRIP_CMD} ${PREFIX}/bin/euler
|
|
|
|
.include <bsd.port.mk>
|