mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +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)
28 lines
657 B
Makefile
28 lines
657 B
Makefile
# New ports collection makefile for: pxtools
|
|
# Date created: 27 November 1999
|
|
# Whom: Chris D. Faulhaber <jedgar@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pxtools
|
|
PORTVERSION= 0.0.20
|
|
PORTREVISION= 2
|
|
CATEGORIES= databases
|
|
MASTER_SITES= http://jan.kneschke.de/assets/2007/2/16/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Collection of tools to work with Paradox databases
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GETTEXT= yes
|
|
CPPFLAGS= -I${LOCALBASE}/include
|
|
LDFLAGS= -L${LOCALBASE}/lib
|
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|-O2|${CFLAGS}|' \
|
|
${WRKSRC}/configure ${WRKSRC}/src/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|