summaryrefslogtreecommitdiff
path: root/x11-toolkits/gtkstep/Makefile
blob: 0c27873fa1c7077ac44eb65880781938824bb1f3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:	gtkstep
# Version required:			1.4
# Date Created:				7 nov 98
# Whom:				 	Gilad Rom
#
# $Id: Makefile,v 1.3 1999/02/18 04:58:45 vanilla Exp $
#

DISTNAME=	gtkstep-1.4
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=     rom_glsa@ein-hashofet.co.il

LIB_DEPENDS=	gdk_imlib.3:${PORTSDIR}/graphics/imlib

USE_X_PREFIX=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ENV=	GTK_CONFIG="${X11BASE}/bin/gtk11d-config"

post-install:
	@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib

.include <bsd.port.mk>