1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/x11-toolkits/gtk13/Makefile
Satoshi Asami c0cb2b3f2a Mark this broken, it includes a perl script that requires perl5. Someone
please fix it to use ${PERL5} and add USE_PERL5.
---
Making all in gtk
cd .  && perl makeenums.pl defs gtk.h                    gtkaccelgroup.h
 :
syntax error in file makeenums.pl at line 5, next 2 tokens "my $flags"
1998-12-22 07:56:14 +00:00

36 lines
884 B
Makefile

# New ports collection makefile for: gtk11-devel
# Version required: 1.1.7
# Date Created: 28 Sep 1997
# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
#
# $Id: Makefile,v 1.33 1998/12/12 04:43:30 vanilla Exp $
#
DISTNAME= gtk+-1.1.7
PKGNAME= gtk-1.1.7
CATEGORIES= x11-toolkits
MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.1/ \
ftp://ftp.cs.umn.edu/pub/gimp/gtk/v1.1/ \
http://www.ameth.org/gimp/gtk/v1.1/
MAINTAINER= vanilla@FreeBSD.ORG
LIB_DEPENDS= glib11d.1:${PORTSDIR}/devel/glib11-devel
.include <bsd.port.pre.mk>
.if ${OSVERSION} <= 300000
BROKEN= requires perl5
.endif
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= INSTALL='$${INSTALL} -c' \
GLIB_CONFIG="${LOCALBASE}/bin/glib11d-config"
CONFIGURE_ARGS= --includedir=${PREFIX}/include/gtk11d
post-install:
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.post.mk>