blob: b3facde882b7ee71d9e2af1427c99fbee5b5fb48 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# 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>
|