mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-03 22:23:24 +00:00
25 lines
492 B
Makefile
25 lines
492 B
Makefile
# New ports collection makefile for: gtkstep
|
|
# Version required: 1.9
|
|
# Date Created: 7 nov 98
|
|
# Whom: Gilad Rom
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= gtkstep-1.9
|
|
CATEGORIES= x11-toolkits
|
|
MASTER_SITES= http://members.linuxstart.com/~ulli/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>
|