diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-10-19 20:21:14 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-10-19 20:21:14 +0000 |
commit | 3cab82cf8c6c6d79019ba7477a48b85c40dbc174 (patch) | |
tree | 650333d25f9c7d099547419a1a4907056dc43ef2 | |
parent | 5b9e9cd2dcd5af2d116800f77e67fdbfd1dc0369 (diff) | |
download | freebsd-ports-3cab82cf8c6c6d79019ba7477a48b85c40dbc174.zip |
- Add LICENSE_FILE
- Use USES=localbase
-rw-r--r-- | sysutils/pciutils/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/pciutils/Makefile b/sysutils/pciutils/Makefile index 2e5061325059..10ec91b8f511 100644 --- a/sysutils/pciutils/Makefile +++ b/sysutils/pciutils/Makefile @@ -12,15 +12,16 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= PCI configuration utilities LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpci.so:${PORTSDIR}/devel/libpci RUN_DEPENDS= ${LOCALBASE}/share/pciids/pci.ids:${PORTSDIR}/misc/pciids ALL_TARGET= lspci lspci.8 setpci setpci.8 CPPFLAGS+= -fPIC -LDFLAGS+= -L${LOCALBASE}/lib -lpci +LDFLAGS+= -lpci MAKE_ENV= LANG=C -USES= gmake tar:xz +USES= gmake localbase tar:xz PLIST_FILES= bin/lspci \ bin/setpci \ |