mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
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
468 B
Makefile
24 lines
468 B
Makefile
# New ports collection makefile for: gfe
|
|
# Date created: 26 December 2001
|
|
# Whom: Bruce M Simpson <bms@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gfe
|
|
PORTVERSION= 0.0.4
|
|
PORTREVISION= 5
|
|
CATEGORIES= x11-fonts
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
MASTER_SITE_SUBDIR= X11/fonts
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= GTK+-based .bdf font editor for X
|
|
|
|
GNU_CONFIGURE= yes
|
|
PLIST_FILES= bin/gfe
|
|
USE_GNOME= gtk12
|
|
USE_XORG= xpm
|
|
|
|
.include <bsd.port.mk>
|