aboutsummaryrefslogtreecommitdiff
path: root/sysutils/aimage/Makefile
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2008-04-06 15:10:26 +0000
committerRong-En Fan <rafan@FreeBSD.org>2008-04-06 15:10:26 +0000
commit7bae14b2285bf99a3677cb794d1bc02179808a06 (patch)
treef1fce32681082492b29bffb13de19ae0f18956b8 /sysutils/aimage/Makefile
parent8a67aac57d41e0ce60074a917f37465b687153dc (diff)
downloadports-7bae14b2285bf99a3677cb794d1bc02179808a06.tar.gz
ports-7bae14b2285bf99a3677cb794d1bc02179808a06.zip
Notes
Diffstat (limited to 'sysutils/aimage/Makefile')
-rw-r--r--sysutils/aimage/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/sysutils/aimage/Makefile b/sysutils/aimage/Makefile
new file mode 100644
index 000000000000..c66a5dce9902
--- /dev/null
+++ b/sysutils/aimage/Makefile
@@ -0,0 +1,25 @@
+# Ports collection makefile for: aimage
+# Date created: 29/03/2008
+# Whom: Chris Calvey <chris@securityforensics.co.uk>
+#
+# $FreeBSD$
+#
+
+PORTNAME= aimage
+PORTVERSION= 3.1.0
+CATEGORIES= sysutils
+MASTER_SITES= http://www.afflib.org/downloads/
+
+MAINTAINER= chris@securityforensics.co.uk
+COMMENT= Advanced Disk Imager
+
+LIB_DEPENDS= afflib:${PORTSDIR}/sysutils/afflib
+
+USE_OPENSSL= yes
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+USE_AUTOTOOLS= autoconf:261
+
+PLIST_FILES= bin/aimage
+
+.include <bsd.port.mk>