mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
7c692faa0e
Approved by: ncurses blanket
24 lines
498 B
Makefile
24 lines
498 B
Makefile
# Created by: ijliao
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libruin
|
|
PORTVERSION= 0.1.4
|
|
PORTREVISION= 3
|
|
CATEGORIES= devel scheme
|
|
MASTER_SITES= SAVANNAH
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Renderer for User Interfaces in Ncurses
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/share/guile/site/config/load.scm:devel/guile-lib
|
|
RUN_DEPENDS= ${LOCALBASE}/share/guile/site/config/load.scm:devel/guile-lib
|
|
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
USES= libtool ncurses
|
|
USE_LDCONFIG= yes
|
|
|
|
INFO= libruin
|
|
|
|
.include <bsd.port.mk>
|