svn commit: r338969 - head/sysutils/vbetool

Jung-uk Kim jkim at FreeBSD.org
Tue Jan 7 01:30:56 UTC 2014


Author: jkim
Date: Tue Jan  7 01:30:55 2014
New Revision: 338969
URL: http://svnweb.freebsd.org/changeset/ports/338969

Log:
  Add license, stagefy, and convert LIB_DEPENDS to new format.

Modified:
  head/sysutils/vbetool/Makefile

Modified: head/sysutils/vbetool/Makefile
==============================================================================
--- head/sysutils/vbetool/Makefile	Tue Jan  7 01:29:30 2014	(r338968)
+++ head/sysutils/vbetool/Makefile	Tue Jan  7 01:30:55 2014	(r338969)
@@ -12,16 +12,16 @@ MASTER_SITE_SUBDIR=	jkim
 MAINTAINER=	jkim at FreeBSD.org
 COMMENT=	An application for executing video card BIOS code
 
-LIB_DEPENDS=	pci.3:${PORTSDIR}/devel/libpci	\
-		x86.1:${PORTSDIR}/devel/libx86
+LICENSE=	GPLv2
 
-PLIST_FILES=	sbin/vbetool
+LIB_DEPENDS=	libpci.so:${PORTSDIR}/devel/libpci \
+		libx86.so:${PORTSDIR}/devel/libx86
 
-MAN1=		vbetool.1
+PLIST_FILES=	man/man1/vbetool.1.gz \
+		sbin/vbetool
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--with-x86emu
 CFLAGS+=	-I${PREFIX}/include -L${PREFIX}/lib
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list