blob: 1bd1933fda9f52b215d21eb39c54b7e6d3cc30bb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# 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
COMMENT= An implementation of dialog(1) under a BSD-friendly license
BUILD_DEPENDS= ${LOCALBASE}/lib/libiberty.so:${PORTSDIR}/devel/freelibiberty
MAN1= dialog.1
post-extract:
@(cd ${WRKSRC}; ${RM} -f .depend)
.include <bsd.port.mk>
|