Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 17th, 2012  |  syntax: None  |  size: 0.56 KB  |  hits: 26  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. # New ports collection makefile for:    xqproxy
  2. # Date created:        18 august 2012
  3. # Whom:                SirDice
  4. #
  5. # $FreeBSD$
  6. #
  7.  
  8. PORTNAME=       xqproxy
  9. PORTVERSION=    0.1.1
  10. CATEGORIES=     x11
  11. MASTER_SITES=   http://cgit.freedesktop.org/${PORTNAME}/snapshot/
  12.  
  13. MAINTAINER=     ports@freebsd.org
  14. COMMENT=        XDMCP Query Proxy
  15.  
  16. #MAN1=          xqproxy.1
  17. #MANCOMPRESSED= yes
  18.  
  19. USE_XORG=       x11 xdmcp
  20.  
  21. USE_AUTOTOOLS=  aclocal autoconf automake
  22. AUTOMAKE_ARGS=  --add-missing --copy --no-force
  23.  
  24. HAS_CONFIGURE=  yes
  25.  
  26.  
  27. .include <bsd.port.mk>