1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/sysutils/vbetool/Makefile
Philip M. Gollucci 116ec22ac1 - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.
PR:             ports/153292
Submitted by:   myself (pgollucci)
Tested by:      -exp run by pav
Approved by:    portmgr (pav)
2010-12-29 20:04:42 +00:00

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>