1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/x11-toolkits/gtk-engines/Makefile

28 lines
765 B
Makefile
Raw Normal View History

1998-12-28 15:54:54 +00:00
# New ports collection makefile for: gtk-engines
# Version required: 0.1
# Date Created: 23 Dec 1998
# Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG>
#
1999-01-14 16:56:16 +00:00
# $Id: Makefile,v 1.1.1.1 1998/12/28 15:54:53 vanilla Exp $
1998-12-28 15:54:54 +00:00
#
DISTNAME= gtk-engines-0.1
CATEGORIES= x11-toolkits
MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \
ftp://ftp.gnome.org/pub/GNOME/sources/
MAINTAINER= vanilla@FreeBSD.ORG
LIB_DEPENDS= gtk11d.1:${PORTSDIR}/x11-toolkits/gtk11-devel \
1999-01-14 16:56:16 +00:00
gdk_imlib.2:${PORTSDIR}/graphics/imlib
1998-12-28 15:54:54 +00:00
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk11d-config" \
GLIB_CONFIG="${LOCALBASE}/bin/glib11d-config"
post-install:
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>