1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/x11/powershell/Makefile
Pav Lucistnik 2ae7a05d86 - Mark BROKEN: does not configure
checking whether the C compiler works... no
  configure: error: in `/work/a/ports/x11/powershell/work/powershell-0.8':
  configure: error: C compiler cannot create executables

Reported by:	pointyhat
2012-06-13 21:12:09 +00:00

26 lines
642 B
Makefile

# Ports collection Makefile for: powershell
# Date created: 6 May 2000
# Whom: Scott A. Moberly <smoberly@xavier.dyndns.org>
#
# $FreeBSD$
# $MCom: ports/x11/powershell/Makefile,v 1.1 2006/10/04 19:44:10 ahze Exp $
PORTNAME= powershell
PORTVERSION= 0.8
PORTREVISION= 11
CATEGORIES= x11 gnome
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= A terminal emulator for the X11
BROKEN= does not configure
USE_GNOME= gnomelibs gnomehier
USE_AUTOTOOLS= autoconf
CPPFLAGS+= -I${LOCALBASE}/include `${IMLIB_CONFIG} --cflags`
LDFLAGS+= -L${LOCALBASE}/lib `${IMLIB_CONFIG} --libs`
ALL_TARGET= ${PORTNAME}
.include <bsd.port.mk>