diff options
author | OKAZAKI Tetsurou <okazaki@FreeBSD.org> | 2001-03-22 15:04:23 +0000 |
---|---|---|
committer | OKAZAKI Tetsurou <okazaki@FreeBSD.org> | 2001-03-22 15:04:23 +0000 |
commit | 8a0a10dc9409f634230e9023880a85af2f6cd11d (patch) | |
tree | ace4c771b04797b89cd9872183129015c0994722 /sysutils/extipl | |
parent | af6aef7d843af598d4a3cec7a1592c4c17a73d3f (diff) | |
download | ports-8a0a10dc9409f634230e9023880a85af2f6cd11d.tar.gz ports-8a0a10dc9409f634230e9023880a85af2f6cd11d.zip |
Notes
Diffstat (limited to 'sysutils/extipl')
-rw-r--r-- | sysutils/extipl/Makefile | 29 | ||||
-rw-r--r-- | sysutils/extipl/distinfo | 1 | ||||
-rw-r--r-- | sysutils/extipl/pkg-comment | 1 | ||||
-rw-r--r-- | sysutils/extipl/pkg-descr | 5 | ||||
-rw-r--r-- | sysutils/extipl/pkg-plist | 11 |
5 files changed, 47 insertions, 0 deletions
diff --git a/sysutils/extipl/Makefile b/sysutils/extipl/Makefile new file mode 100644 index 000000000000..9b7e5b91416b --- /dev/null +++ b/sysutils/extipl/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: extipl +# Date created: 8 January 2001 +# Whom: KIMURA Takamichi <takamiti@tsden.org> +# +# $FreeBSD$ +# + +PORTNAME= extipl +PORTVERSION= 5.01 +CATEGORIES= sysutils +MASTER_SITES= ftp://ftp.tsden.org/pub/extipl/PC-Unix/ + +MAINTAINER= takamiti@tsden.org + +BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm + +ONLY_FOR_ARCHS= i386 + +WRKSRC= ${WRKDIR}/${DISTNAME}/src + +MAN8= extipl.8 +MANCOMPRESSED= yes + +post-patch: + cd ${WRKSRC}; \ + ${PERL} -pi -e 's/^(CC)\t=/$$1?=/;' \ + -e 's/(DIR)[\t]*[?]=/$$1=/;' Makefile + +.include <bsd.port.mk> diff --git a/sysutils/extipl/distinfo b/sysutils/extipl/distinfo new file mode 100644 index 000000000000..fc80a675e837 --- /dev/null +++ b/sysutils/extipl/distinfo @@ -0,0 +1 @@ +MD5 (extipl-5.01.tar.gz) = b6f9e65710d736b7f3f4d48523c3f603 diff --git a/sysutils/extipl/pkg-comment b/sysutils/extipl/pkg-comment new file mode 100644 index 000000000000..9a516e8bb033 --- /dev/null +++ b/sysutils/extipl/pkg-comment @@ -0,0 +1 @@ +Partition-selectable boot loader for IBM-PC/AT compatibles diff --git a/sysutils/extipl/pkg-descr b/sysutils/extipl/pkg-descr new file mode 100644 index 000000000000..8b395fbf5ef6 --- /dev/null +++ b/sysutils/extipl/pkg-descr @@ -0,0 +1,5 @@ +Extipl is a partition-selectable boot loader/installer which +makes coexistence of several operating systems on your machine. +This program works only IBM-PC/AT compatible computers. + +WWW: http://www.tsden.org/takamiti/extipl/ diff --git a/sysutils/extipl/pkg-plist b/sysutils/extipl/pkg-plist new file mode 100644 index 000000000000..0a87ba63cfd8 --- /dev/null +++ b/sysutils/extipl/pkg-plist @@ -0,0 +1,11 @@ +sbin/extipl +share/doc/extipl/English/extipl.txt +share/doc/extipl/English/techical.txt +share/doc/extipl/English/scorpius.txt +share/doc/extipl/Japanese/extipl.txt +share/doc/extipl/Japanese/techical.txt +share/doc/extipl/Japanese/scorpius.txt +@dirrm share/doc/extipl/English +@dirrm share/doc/extipl/Japanese +@dirrm share/doc/extipl +@unexec rm -f %D/man/cat8/extipl.8.gz |