freebsd-ports/misc/freedialog/Makefile
Mario Sergio Fujikawa Ferreira a945585396 Chase freelibiberty header files location move which removed CONFLICTS
with libgnugetopt. This resolves port build under most FreeBSD port
installations where libgnugetopt is already installed.

Approved by:	marcus (portmgr),
		maintainer (emergency override during freeze)
2004-04-25 00:05:02 +00:00

29 lines
696 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
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>