freebsd-ports/www/screem/Makefile
Will Andrews 92342d3f07 Update SCREEM to 0.2.1.
Status:
	1) Remove pth-devel dependency. I discovered that -pthread works too.
	   In the process of testing a previous update, I also discovered that
	   if you have linuxthreads installed (as I did on my -current box), it
	   will use -lpthread instead of -pthread. So I had to patch configure
	   further to make sure that we don't get "lost dependencies" down the road.
	2) Add USE_LIBTOOL. Remove *.la from pkg/PLIST.
	3) Shuffle pkg/PLIST around to make it more ordered.
	4) New (and faster) MASTER_SITE.
	5) New patch to fix uploadWizard plugin Makefile.in so it doesn't hardcode
	   the pthread library.

This commit also affects PR 17471, in that it will probably help Mikhail remove
pth-devel so he can build Mozilla again. :-)

PR:		17477
Submitted by:	myself
2000-03-21 23:34:08 +00:00

29 lines
835 B
Makefile

# New ports collection makefile for: SCREEM
# Version required: 0.2.1
# Date created: 05 Nov 1999
# Whom: Will Andrews <andrews@technologist.com>
#
# $FreeBSD$
#
DISTNAME= screem-0.2.1
CATEGORIES= www
MASTER_SITES= ftp://download.sourceforge.net/pub/sourceforge/screem/ \
http://www.screem.org/src/
MAINTAINER= will@FreeBSD.org
LIB_DEPENDS= glade.3:${PORTSDIR}/devel/libglade
LIBGLADE_CONFIG?= ${LOCALBASE}/bin/libglade-config
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_X_PREFIX= yes
CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config"
CONFIGURE_ARGS= --with-gnome=${PREFIX}/include --prefix=${PREFIX} \
--with-gtk-exec-prefix=${PREFIX} --with-gtk=${PREFIX} \
--with-libglade-config=${LIBGLADE_CONFIG} \
--localstatedir=${PREFIX}/share/gnome \
--datadir=${PREFIX}/share --libdir=${PREFIX}/share
.include <bsd.port.mk>