1999-11-26 18:56:24 +00:00
|
|
|
# New ports collection makefile for: freedialog
|
|
|
|
# Date created: 30 October 1999
|
2002-08-07 18:06:21 +00:00
|
|
|
# Whom: James Howard <ports@vocito.com>
|
1999-11-26 18:56:24 +00:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-14 08:49:30 +00:00
|
|
|
PORTNAME= freedialog
|
|
|
|
PORTVERSION= 0.3
|
1999-11-26 18:56:24 +00:00
|
|
|
CATEGORIES= misc
|
2005-10-11 16:47:09 +00:00
|
|
|
MASTER_SITES= http://www.vocito.com/downloads/software/dialog/
|
2000-04-14 08:49:30 +00:00
|
|
|
DISTNAME= dialog-${PORTVERSION}
|
1999-11-26 18:56:24 +00:00
|
|
|
|
2002-08-07 18:06:21 +00:00
|
|
|
MAINTAINER= ports@vocito.com
|
2003-02-21 12:51:06 +00:00
|
|
|
COMMENT= An implementation of dialog(1) under a BSD-friendly license
|
1999-11-26 18:56:24 +00:00
|
|
|
|
2002-08-07 18:06:21 +00:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libiberty.so:${PORTSDIR}/devel/freelibiberty
|
1999-11-26 18:56:24 +00:00
|
|
|
|
2004-04-25 00:05:02 +00:00
|
|
|
CFLAGS:= -I${LOCALBASE}/include/freelibiberty ${CFLAGS}
|
|
|
|
|
2004-02-06 13:12:53 +00:00
|
|
|
MAN1= dialog.1
|
|
|
|
PLIST_FILES= bin/dialog
|
1999-11-26 18:56:24 +00:00
|
|
|
|
|
|
|
post-extract:
|
|
|
|
@(cd ${WRKSRC}; ${RM} -f .depend)
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|