mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
116ec22ac1
PR: ports/153292 Submitted by: myself (pgollucci) Tested by: -exp run by pav Approved by: portmgr (pav)
31 lines
687 B
Makefile
31 lines
687 B
Makefile
# Ports collection makefile for: vbetool
|
|
# Date created: 2008-12-05
|
|
# Whom: Jung-uk Kim <jkim@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= vbetool
|
|
PORTVERSION= 1.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.codon.org.uk/~mjg59/vbetool/download/ \
|
|
${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= jkim
|
|
|
|
MAINTAINER= jkim@FreeBSD.org
|
|
COMMENT= An application for executing video card BIOS code
|
|
|
|
LIB_DEPENDS= pci.3:${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>
|