Makefile 405 B

1234567891011121314151617181920212223
  1. # $OpenBSD: Makefile,v 1.3 2016/11/04 11:35:20 sthen Exp $
  2. COMMENT= FUSE FTP driver
  3. DISTNAME= curlftpfs-0.9.2
  4. CATEGORIES= sysutils
  5. REVISION= 1
  6. # GPLv2
  7. PERMIT_PACKAGE_CDROM= Yes
  8. WANTLIB += c crypto curl fuse glib-2.0 nghttp2 pcre pthread ssl z
  9. MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=curlftpfs/}
  10. MODULES= devel/gettext
  11. LIB_DEPENDS= devel/glib2 net/curl
  12. CONFIGURE_STYLE=gnu
  13. .include <bsd.port.mk>