mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
23 lines
505 B
Makefile
23 lines
505 B
Makefile
# New ports collection makefile for: scriptkit
|
|
# Date created: 22 April 1998
|
|
# Whom: Yukihiro Nakai <Nakai@technologist.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= scriptkit
|
|
PORTVERSION= 0.1.6
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ftp://ftp.aist-nara.ac.jp/pub/personal/masata-y/gyve/fullkit/gyve-0.1.2.4/
|
|
DISTNAME= ScriptKit-${PORTVERSION}
|
|
|
|
MAINTAINER= nakai@FreeBSD.org
|
|
|
|
BUILD_DEPENDS= goconfig:${PORTSDIR}/lang/guileobjc
|
|
|
|
BROKEN= Depends on guileobjc
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|