mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +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)
41 lines
974 B
Makefile
41 lines
974 B
Makefile
# New ports collection makefile for: geda
|
|
# Date created: 4 April 2001
|
|
# Whom: bruno schwander <bruno@tinkerbox.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= utils
|
|
PORTVERSION= 20070216
|
|
PORTREVISION= 2
|
|
CATEGORIES= cad
|
|
MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/devel/${PORTVERSION}/ \
|
|
http://geda.seul.org/devel/${PORTVERSION}/
|
|
PKGNAMEPREFIX= geda-
|
|
DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= stas@FreeBSD.org
|
|
COMMENT= The gEDA's utilities
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/share/geda/sym:${PORTSDIR}/cad/geda-symbols
|
|
LIB_DEPENDS= geda.28:${PORTSDIR}/cad/libgeda
|
|
|
|
DOCSDIR= ${PREFIX}/share/doc/geda
|
|
DATADIR= ${PREFIX}/share/geda
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_GNOME= gtk20
|
|
CONFIGURE_ARGS= --with-docdir=${DOCSDIR}
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
MAN1= grenum.1
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -E \
|
|
-e "s,^(DATADIR[[:space:]]*=[[:space:]]*)gEDA,\1geda," \
|
|
${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|