3e4ed01146
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
28 lines
678 B
Makefile
28 lines
678 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: libxdiff
|
|
# Date created: Jan 5, 2004
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libxdiff
|
|
PORTVERSION= 0.20
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://www.xmailserver.org/
|
|
|
|
MAINTAINER= ler@lerctr.org
|
|
COMMENT= Create file differences/patches to both binary and text files
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_AUTOTOOLS= libtool:15
|
|
USE_LDCONFIG= yes
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
CONFIGURE_ARGS= --enable-shared --enable-static
|
|
|
|
MAN3= xdiff.3
|
|
PLIST_FILES= include/xdiff.h lib/libxdiff.a lib/libxdiff.so \
|
|
lib/libxdiff.so.0 lib/libxdiff.la
|
|
.include <bsd.port.mk>
|