1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/x11-toolkits/gtkstep/Makefile
Chris Piazza 1844b242bb Update to version 1.8
PR:		13602
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
1999-09-06 19:56:31 +00:00

26 lines
585 B
Makefile

# New ports collection makefile for: gtkstep
# Version required: 1.8
# Date Created: 7 nov 98
# Whom: Gilad Rom
#
# $FreeBSD$
#
DISTNAME= gtkstep-1.8
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_BZIP2= yes
USE_X_PREFIX= yes
USE_LIBTOOL= yes
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
.include <bsd.port.mk>