1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/sysutils/fusefs-pod/Makefile
Tijl Coosemans f83c7639aa Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00

23 lines
502 B
Makefile

# Created by: Max Khon
# $FreeBSD$
PORTNAME= pod
PORTVERSION= 0.5.2
PORTREVISION= 13
CATEGORIES= sysutils audio
MASTER_SITES= SF/fuse${PORTNAME}/fuse${PORTNAME}/FUSEPod%20v${PORTVERSION}
PKGNAMEPREFIX= fusefs-
DISTNAME= fusepod-${PORTVERSION}
MAINTAINER= fjoe@FreeBSD.org
COMMENT= FUSE-based filesystem for iPod
LIB_DEPENDS= libgpod.so:audio/libgpod\
libtag.so:audio/taglib
USES= fuse pkgconfig tar:bzip2
GNU_CONFIGURE= yes
PLIST_FILES= bin/fusepod man/man1/fusepod.1.gz
.include <bsd.port.mk>