mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
58a61e763c
deskutils/drivel is the only port that has pkg-plist change, so bump the PORTREVISION. The rest else should be no function change, but just remove the patches to allow gnomehack takes care of it. Keep in mind, I only touch those ports that already have gnomehack. Reviewed by: pav and marcus
56 lines
1.4 KiB
Makefile
56 lines
1.4 KiB
Makefile
# New ports collection makefile for: SCREEM
|
|
# Date created: 05 Nov 1999
|
|
# Whom: Will Andrews <andrews@technologist.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= screem
|
|
PORTVERSION= 0.12.1
|
|
CATEGORIES= www gnome
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= coop9211@uidaho.edu
|
|
COMMENT= Nice GNOME/GTK-based HTML editor
|
|
|
|
LIB_DEPENDS+= neon.24:${PORTSDIR}/www/neon \
|
|
croco-${CROCO_VERSION}.3:${PORTSDIR}/textproc/libcroco \
|
|
dbus-1.0:${PORTSDIR}/devel/dbus
|
|
|
|
USE_GMAKE= yes
|
|
USE_REINPLACE= yes
|
|
USE_X_PREFIX= yes
|
|
USE_XPM= yes
|
|
USE_GNOME= gnomeprefix gnomehack libgnomeui libgnomeprintui libgtkhtml \
|
|
gtksourceview intlhack desktopfileutils
|
|
USE_LIBTOOL_VER=15
|
|
|
|
GCONF_SCHEMAS= screem.schemas
|
|
|
|
CROCO_VERSION= 0.6
|
|
|
|
.if !defined(WITHOUT_OPENSSL)
|
|
USE_OPENSSL= yes
|
|
CONFIGURE_ARGS+= --with-ssl
|
|
.endif
|
|
|
|
USE_PERL5= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
CONFIGURE_ARGS+= --without-included-neon
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|\$${DATADIRNAME}/\$${PACKAGE}/pixmaps|\$${DATADIRNAME}/gnome/\$${PACKAGE}/pixmaps|g' \
|
|
${WRKSRC}/configure
|
|
|
|
post-configure:
|
|
@${REINPLACE_CMD} -e 's|\/\* #undef HAVE_LIMITS_H \*\/|#define HAVE_LIMITS_H 1|g' ${WRKSRC}/config.h
|
|
|
|
# HACK: This allows test builds into a temporary directory, but in the REAL world,
|
|
# gconf would have created this directory.
|
|
pre-install:
|
|
@${MKDIR} ${PREFIX}/etc/gconf/gconf.xml.defaults
|
|
|
|
.include <bsd.port.mk>
|