mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
d80c18dc77
A GNOME/GTK-based HTML editor. PR: 14956 Submitted by: Will Andrews <andrews@technologist.com>
30 lines
829 B
Makefile
30 lines
829 B
Makefile
# New ports collection makefile for: SCREEM
|
|
# Version required: 0.1.92
|
|
# Date created: 05 Nov 1999
|
|
# Whom: Will Andrews <andrews@technologist.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= screem-0.1.92
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://www.screem.org/src/
|
|
|
|
MAINTAINER= andrews@technologist.com
|
|
|
|
LIB_DEPENDS= glade.2:${PORTSDIR}/devel/libglade \
|
|
pthread.13:${PORTSDIR}/devel/pth-devel
|
|
|
|
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>
|