1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/misc/freedialog/Makefile

28 lines
639 B
Makefile
Raw Normal View History

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