diff options
author | Markus Brueffer <markus@FreeBSD.org> | 2005-07-05 07:37:27 +0000 |
---|---|---|
committer | Markus Brueffer <markus@FreeBSD.org> | 2005-07-05 07:37:27 +0000 |
commit | 8a6eb345cd7352a139550efeebc5f3d431cb0ee4 (patch) | |
tree | a403bedf3c0bb555c00f9badc205dfe38bf2c59e /sysutils/pdixtract | |
parent | dc7ea65c7217390527fe2b5ae98faf713a5ea855 (diff) | |
download | ports-8a6eb345cd7352a139550efeebc5f3d431cb0ee4.tar.gz ports-8a6eb345cd7352a139550efeebc5f3d431cb0ee4.zip |
Notes
Diffstat (limited to 'sysutils/pdixtract')
-rw-r--r-- | sysutils/pdixtract/Makefile | 27 | ||||
-rw-r--r-- | sysutils/pdixtract/distinfo | 2 | ||||
-rw-r--r-- | sysutils/pdixtract/pkg-descr | 2 |
3 files changed, 31 insertions, 0 deletions
diff --git a/sysutils/pdixtract/Makefile b/sysutils/pdixtract/Makefile new file mode 100644 index 000000000000..f3df3ba8262c --- /dev/null +++ b/sysutils/pdixtract/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: pdixtract +# Date created: Mon Jul 4 23:21:23 CEST 2005 +# Whom: Markus Brueffer <markus@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= pdixtract +PORTVERSION= 1.5 +CATEGORIES= sysutils +MASTER_SITES= http://members.chello.se/jonas.thornqvist/ +DISTNAME= PDITOOL + +MAINTAINER= markus@FreeBSD.org +COMMENT= Extracts or converts .pdi file sets to .iso + +USE_ZIP= yes + +PLIST_FILES= bin/pdixtract + +do-build: + cd ${WRKDIR}; ${CC} ${CFLAGS} pdixtract.c -o pdixtract + +do-install: + ${INSTALL_PROGRAM} ${WRKDIR}/pdixtract ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/sysutils/pdixtract/distinfo b/sysutils/pdixtract/distinfo new file mode 100644 index 000000000000..74d927885ef3 --- /dev/null +++ b/sysutils/pdixtract/distinfo @@ -0,0 +1,2 @@ +MD5 (PDITOOL.zip) = 55c11c218e79208e0ea5c94b27ba5cd2 +SIZE (PDITOOL.zip) = 54619 diff --git a/sysutils/pdixtract/pkg-descr b/sysutils/pdixtract/pkg-descr new file mode 100644 index 000000000000..6a1a80b29f23 --- /dev/null +++ b/sysutils/pdixtract/pkg-descr @@ -0,0 +1,2 @@ +pdixtract converts Pinnacle Disk Images (i.e. .pdi file sets) to ISO9660 files +or extracts files from the file sets. |