diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2008-12-06 00:40:46 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2008-12-06 00:40:46 +0000 |
commit | bc71fb68d6a633f2df9e3b9bf0949b8407f8c695 (patch) | |
tree | 1393120462db788f10d703daf9e86d9a4a30abc4 /sysutils/vbetool/Makefile | |
parent | 1479c411fb8d2b6c341a0b43dc5d0255d4591420 (diff) |
Notes
Diffstat (limited to 'sysutils/vbetool/Makefile')
-rw-r--r-- | sysutils/vbetool/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/sysutils/vbetool/Makefile b/sysutils/vbetool/Makefile new file mode 100644 index 000000000000..ecc787698b91 --- /dev/null +++ b/sysutils/vbetool/Makefile @@ -0,0 +1,28 @@ +# Ports collection makefile for: vbetool +# Date created: 2008-12-05 +# Whom: Jung-uk Kim <jkim@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= vbetool +PORTVERSION= 1.1 +CATEGORIES= sysutils +MASTER_SITES= http://www.codon.org.uk/~mjg59/vbetool/download/ +DISTNAME= ${PORTNAME}-${PORTVERSION} + +MAINTAINER= jkim@FreeBSD.org +COMMENT= An application for executing video card BIOS code + +LIB_DEPENDS= pci.2:${PORTSDIR}/devel/libpci \ + x86.1:${PORTSDIR}/devel/libx86 + +PLIST_FILES= sbin/vbetool + +MAN1= vbetool.1 + +GNU_CONFIGURE= yes +CONFIGURE_ARGS+=--with-x86emu +CFLAGS+= -I${PREFIX}/include -L${PREFIX}/lib + +.include <bsd.port.mk> |