mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
d261fe7816
A guile script kit for the GYVE port. PR: 7183 (3 of 9) Submitted by: Yukihiro Nakai <Nakai@technologist.com>
24 lines
533 B
Makefile
24 lines
533 B
Makefile
# New ports collection makefile for: scriptkit
|
|
# Version required: 0.1.6
|
|
# Date created: 22 April 1998
|
|
# Whom: Yukihiro Nakai <Nakai@technologist.com>
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
DISTNAME= ScriptKit-0.1.6
|
|
PKGNAME= scriptkit-0.1.6
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ftp://ftp.aist-nara.ac.jp/pub/personal/masata-y/gyve/fullkit/gyve-0.1.2.4/
|
|
|
|
MAINTAINER= Nakai@technologist.com
|
|
|
|
BUILD_DEPENDS= goconfig:${PORTSDIR}/devel/guileobjc
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
post-install:
|
|
${LDCONFIG} -m ${PREFIX}/lib
|
|
|
|
.include <bsd.port.mk>
|