freebsd-ports/misc/freedialog/Makefile
Patrick Li c16aec7f89 Update maintainer email address and MASTER_SITES
PR:		ports/41392, ports/41393, ports/41394, ports/41395
Submitted by:	maintainer
2002-08-07 18:06:21 +00:00

24 lines
545 B
Makefile

# New ports collection makefile for: freedialog
# Date created: 30 October 1999
# Whom: James Howard <ports@vocito.com>
#
# $FreeBSD$
#
PORTNAME= freedialog
PORTVERSION= 0.3
CATEGORIES= misc
MASTER_SITES= http://www.vocito.com/downloads/software/dialog/ \
ftp://ftp.vocito.com/pub/vocito.com/software/dialog/
DISTNAME= dialog-${PORTVERSION}
MAINTAINER= ports@vocito.com
BUILD_DEPENDS= ${LOCALBASE}/lib/libiberty.so:${PORTSDIR}/devel/freelibiberty
MAN1= dialog.1
post-extract:
@(cd ${WRKSRC}; ${RM} -f .depend)
.include <bsd.port.mk>