Advertisement
Guest User

Untitled

a guest
Aug 17th, 2012
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  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>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement