mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
ff77289702
Drop maintainership, i forgot all about dlv :( Changelog: http://www.dlvsystem.com/dlvsystem/index.php/Version_history Reported by: watermelon@jabber.metalab.at via Jabber
31 lines
637 B
Makefile
31 lines
637 B
Makefile
# New ports collection Makefile for: dlv
|
|
# Date created: 2007-06-01
|
|
# Whom: arved
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= dlv
|
|
PORTVERSION= 20111221
|
|
CATEGORIES= lang
|
|
MASTER_SITES= http://www.dlvsystem.com/dlvsystem/files/
|
|
DISTNAME= dlv.i386-linux-elf-static.bin
|
|
EXTRACT_SUFX=
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A Disjunctive Datalog System
|
|
|
|
NO_BUILD= yes
|
|
PLIST_FILES= bin/dlv
|
|
ONLY_FOR_ARCHS= i386 amd64
|
|
RESTRICTED= Not sure if we can redistribute it
|
|
|
|
do-extract:
|
|
${RM} -rf ${WRKDIR}
|
|
${MKDIR} ${WRKDIR}
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${DISTDIR}/${DISTNAME} ${PREFIX}/bin/dlv
|
|
${BRANDELF} -t Linux ${PREFIX}/bin/dlv
|
|
|
|
.include <bsd.port.mk>
|