mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
bd0b4c5378
Maintainer writes: Sorry, but as Ive posted before, I can no longer maintain any of my ports, serving in the army is eating up all of my free time. Requested by: Gilad Rom <rom_glsa@ein-hashofet.co.il>
25 lines
612 B
Makefile
25 lines
612 B
Makefile
# New ports collection makefile for: gtkstep
|
|
# Version required: 1.5
|
|
# Date Created: 7 nov 98
|
|
# Whom: Gilad Rom
|
|
#
|
|
# $Id: Makefile,v 1.6 1999/05/29 04:25:56 steve Exp $
|
|
#
|
|
|
|
DISTNAME= gtkstep-1.5
|
|
CATEGORIES= x11-toolkits
|
|
MASTER_SITES= http://www-info2.informatik.uni-wuerzburg.de/mitarbeiter/ulli/gtkstep/ \
|
|
ftp://sunshine.informatik.uni-wuerzburg.de/pub/wmaker/gtkstep/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
|
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_LIBTOOL= yes
|
|
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
|
|
|
|
.include <bsd.port.mk>
|