diff options
Diffstat (limited to 'x11/libxshmfence/Makefile')
-rw-r--r-- | x11/libxshmfence/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/x11/libxshmfence/Makefile b/x11/libxshmfence/Makefile new file mode 100644 index 0000000..84bfdd3 --- /dev/null +++ b/x11/libxshmfence/Makefile @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= libxshmfence +PORTVERSION= 1.1 +CATEGORIES= x11 + +MAINTAINER= x11@FreeBSD.org +COMMENT= Shared memory 'SyncFence' synchronization primitive + +LICENSE= MIT + +USE_XORG= xproto +XORG_CAT= lib + +test: build + @cd ${WRKSRC} && ${MAKE} check + +.include <bsd.port.mk> |