1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/sysutils/vbetool/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

27 lines
546 B
Makefile

# Created by: Jung-uk Kim <jkim@FreeBSD.org>
# $FreeBSD$
PORTNAME= vbetool
PORTVERSION= 1.1
PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= http://www.codon.org.uk/~mjg59/vbetool/download/ \
LOCAL/jkim
MAINTAINER= jkim@FreeBSD.org
COMMENT= Application for executing video card BIOS code
LICENSE= GPLv2
LIB_DEPENDS= libpci.so:devel/libpci \
libx86.so:devel/libx86
PLIST_FILES= man/man1/vbetool.1.gz \
sbin/vbetool
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-x86emu
CFLAGS+= -I${PREFIX}/include -L${PREFIX}/lib
.include <bsd.port.mk>