1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-07 02:06:57 +00:00
freebsd-ports/textproc/libxdiff/Makefile
Mathieu Arnold 00d52a3e4c Remove useless WRKSRC definitions.
While there, correct DEV_WARNINGS when they occur.

Sponsored by:	Absolight
2016-05-25 15:43:34 +00:00

21 lines
375 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= libxdiff
PORTVERSION= 0.23
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://www.xmailserver.org/
MAINTAINER= ports@FreeBSD.org
COMMENT= Create file differences/patches to both binary and text files
LICENSE= LGPL3
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USES= libtool
USE_LDCONFIG= yes
.include <bsd.port.mk>