Advertisement
gusibsd

Untitled

Oct 20th, 2014
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. # Created by: FreeBSD GNOME Team <gnome@freebsd.org>
  2. # $FreeBSD$
  3. # $MCom$
  4.  
  5. PORTNAME= vala-vapigen
  6. PORTVERSION= 0.26.1 # keep the version in sync with vala
  7. CATEGORIES= lang gnome
  8. MASTER_SITES= # empty
  9. EXTRACT_ONLY= # empty
  10. DISTFILES= # empty
  11.  
  12. MAINTAINER= gnome@FreeBSD.org
  13. COMMENT= Dummy port that brings in vala-vapigen
  14.  
  15. RUN_DEPENDS= vala:${PORTSDIR}/lang/vala
  16.  
  17. NO_CONFIGURE= yes
  18. NO_BUILD= yes
  19.  
  20. do-install:
  21. # empty
  22.  
  23. .include <bsd.port.mk>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement