1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/sysutils/vbetool/Makefile
2010-03-12 04:01:38 +00:00

32 lines
724 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
DISTNAME= ${PORTNAME}-${PORTVERSION}
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>