mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
dce76738eb
sysutils/dfui_curses is a front end for the DragonFly User Interface library. PR: ports/96124 Submitted by: Andrew Turner <andrew+ports@fubar.geek.nz>
27 lines
585 B
Makefile
27 lines
585 B
Makefile
# New ports collection makefile for: dfuife-curses
|
|
# Date created: 20 April 2006
|
|
# Whom: Andrew Turner <andrew+ports@fubar.geek.nz>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= dfuife-curses
|
|
PORTVERSION= 1.5.1.20050829
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://exodus.xmms.se/~alex/
|
|
|
|
MAINTAINER= andrew+ports@fubar.geek.nz
|
|
COMMENT= DFUI curses frontend
|
|
|
|
LIB_DEPENDS= aura3.3:${PORTSDIR}/devel/libaura \
|
|
dfui4.4:${PORTSDIR}/devel/libdfui
|
|
|
|
USE_BZIP2= yes
|
|
|
|
PLIST_FILES= bin/dfuife_curses
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/dfuife_curses ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|