1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/science/euler/Makefile
Mario Sergio Fujikawa Ferreira e02f54173a Deploy USE_GNOMENG infrastructure
PR:		42303
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2002-09-02 01:13:08 +00:00

33 lines
632 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_REINPLACE= yes
USE_GNOMENG= yes
USE_GNOME= gtk12
WRKSRC= ${WRKDIR}/${DISTNAME:R}/source
MAKEFILE= makefile
ALL_TARGET= # empty
post-patch:
@${REINPLACE_CMD} -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>