freebsd-ports/devel/dia2code/Makefile
Ying-Chieh Liao b76ce88bd9 upgrade to 0.6
drop maintainership
2001-09-09 11:22:32 +00:00

27 lines
594 B
Makefile

# ex:ts=8
# New ports collection makefile for: dia2code
# Date created: Mar 7, 2001
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= dia2code
PORTVERSION= 0.6
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 \
giconv:${PORTSDIR}/converters/libiconv
GNU_CONFIGURE= yes
XML_CONFIG= ${LOCALBASE}/bin/xml2-config
USE_GMAKE= yes
post-patch:
@${PERL} -pi -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/dia2code/Makefile.in
.include <bsd.port.mk>