diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-10-20 04:21:14 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-10-20 04:21:14 +0800 |
commit | daf4c3131134ba6f9d43c68608b3cd158ef98b22 (patch) | |
tree | 650333d25f9c7d099547419a1a4907056dc43ef2 /sysutils | |
parent | f5c3e746a3d811a97c8a4cc321bace2f693bc31e (diff) | |
download | freebsd-ports-gnome-daf4c3131134ba6f9d43c68608b3cd158ef98b22.tar.gz freebsd-ports-gnome-daf4c3131134ba6f9d43c68608b3cd158ef98b22.tar.zst freebsd-ports-gnome-daf4c3131134ba6f9d43c68608b3cd158ef98b22.zip |
- Add LICENSE_FILE
- Use USES=localbase
Diffstat (limited to 'sysutils')
-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 \ |