mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
f83c7639aa
prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
23 lines
502 B
Makefile
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>
|