mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
41af180f14
PR: ports/18023 Submitted by: MAINTAINER Use ${MASTER_SITE_SUNSITE}. Suggested by: portlint
28 lines
554 B
Makefile
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>
|