mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
26 lines
517 B
Makefile
26 lines
517 B
Makefile
# Created by: Andrew Turner <andrew+ports@fubar.geek.nz>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= dfuife-curses
|
|
PORTVERSION= 1.5.1.20050829
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://people.xmms2.org/~alex/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= DFUI curses frontend
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
LIB_DEPENDS= libaura3.so:devel/libaura \
|
|
libdfui4.so:devel/libdfui
|
|
|
|
USES= ncurses tar:bzip2
|
|
|
|
PLIST_FILES= bin/dfuife_curses
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/dfuife_curses ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|