090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
24 lines
536 B
Makefile
24 lines
536 B
Makefile
# New ports collection makefile for: peacock
|
|
# Date created: 21st April 2000
|
|
# Whom: Ade Lovett <ade@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= peacock
|
|
PORTVERSION= 1.9.1
|
|
PORTREVISION= 13
|
|
CATEGORIES= www gnome
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= pav@FreeBSD.org
|
|
COMMENT= A GUI-based HTML Editor for GTK+/GNOME
|
|
|
|
LIB_DEPENDS= gtkhtml-3.8.15:${PORTSDIR}/www/gtkhtml38
|
|
|
|
USE_GMAKE= yes
|
|
USE_GNOME= gnomeprefix gnomehack libgnomeui gtksourceview
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|