freebsd-ports/sysutils/fusefs-fusexmp_fh/Makefile
Marcus von Appen 95e7081976 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
  USE_GETTEXT=yes to USES=gettext while here
2013-04-27 18:25:24 +00:00

35 lines
706 B
Makefile

# Created by: buganini@gmail.com
# $FreeBSD$
PORTNAME= fusexmp_fh
PORTVERSION= 2.7.4
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= SF/fuse/fuse-2.X/${PORTVERSION}
PKGNAMEPREFIX= fusefs-
DISTNAME= fuse-${PORTVERSION}
MAINTAINER= buganini@gmail.com
COMMENT= Dummy driver from fusefs-libs example
USE_AUTOTOOLS= libtool
USES= fuse pathfix iconv
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-kernel-module --prefix=${PREFIX} \
--enable-example
PLIST_FILES= bin/${PORTNAME}
do-build:
cd ${WRKSRC}/lib \
&& ${MAKE}
cd ${WRKSRC}/example \
&& ${MAKE} ${PORTNAME}
do-install:
cd ${WRKSRC}/example/.libs \
&& ${INSTALL_PROGRAM} ${PORTNAME} ${PREFIX}/bin
.include <bsd.port.mk>