mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
27 lines
497 B
Makefile
27 lines
497 B
Makefile
# New ports collection makefile for: grun
|
|
# Date created: Sun Jul 18 1999
|
|
# Whom: domi@saargate.de
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= grun
|
|
PORTVERSION= 0.8.1
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://www.geocities.com/ResearchTriangle/Facility/1468/sg/
|
|
|
|
MAINTAINER= domi@saargate.de
|
|
|
|
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
|
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
|
|
|
USE_X_PREFIX= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= grun.1x
|
|
|
|
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
|
|
|
|
.include <bsd.port.mk>
|