mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
d78ebc3463
earlier version).
26 lines
680 B
Makefile
26 lines
680 B
Makefile
# New ports collection makefile for: gtkstep
|
|
# Version required: 1.4
|
|
# Date Created: 7 nov 98
|
|
# Whom: Gilad Rom
|
|
#
|
|
# $Id: Makefile,v 1.4 1999/03/15 18:30:06 nectar 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/gtk12-config"
|
|
|
|
post-install:
|
|
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
|
|
|
|
.include <bsd.port.mk>
|