freebsd-ports/sysutils/dircomp/Makefile
Dmitry Marakasov 6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00

38 lines
963 B
Makefile

# New ports collection makefile for: DirComp
# Date created: 20 August 2006
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= DirComp
PORTVERSION= 1.3.11
CATEGORIES= sysutils
MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME}/${PORTNAME:S/C/c/}-${PORTVERSION}/
MAINTAINER= ports@FreeBSD.org
COMMENT= Compare two directories
.ifndef WITHOUT_X11
LIB_DEPENDS= XGP.0:${PORTSDIR}/devel/libXGP
PLIST_FILES+= bin/XDirComp
.else
MK_PATCH+= s/@MYSUBDIRS@/Common/g;
.endif
LIB_DEPENDS+= YGP.0:${PORTSDIR}/devel/libYGP
GNU_CONFIGURE= yes
USE_GETTEXT= yes
LDFLAGS+= ${PTHREAD_LIBS}
CFLAGS+= ${PTHREAD_CFLAGS}
CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} --disable-rpath
PLIST_FILES+= bin/DirComp \
share/locale/de/LC_MESSAGES/DirComp.mo \
share/locale/en/LC_MESSAGES/DirComp.mo \
share/locale/es/LC_MESSAGES/DirComp.mo
post-patch:
@${REINPLACE_CMD} -Ee 's/^(SUBDIRS.*)doc/\1/;${MK_PATCH}' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>