1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/math/geg/Makefile
Akinori MUSHA 41af180f14 Update to 1.0.2.
PR:		ports/18023
Submitted by:	MAINTAINER

Use ${MASTER_SITE_SUNSITE}.

Suggested by:	portlint
2000-04-27 11:52:13 +00:00

28 lines
554 B
Makefile

# New ports collection makefile for: geg
# Date created: 8 Aug 1998
# Whom: rom
#
# $FreeBSD$
#
PORTNAME= geg
PORTVERSION= 1.0.2
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
http://www.infolaunch.com/~daveb/
MASTER_SITE_SUBDIR= science/visualization/plotting
MAINTAINER= domi@saargate.de
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= LIBS="-L${X11BASE}/lib -L${LOCALBASE}/lib"
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/src/geg ${PREFIX}/bin
.include <bsd.port.mk>