1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/misc/shuffle-db/Makefile

27 lines
547 B
Makefile

# New ports collection makefile for: shuffle-db
# Date created: 16 Jan 2007
# Whom: Emanuel Haupt <ehaupt@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= shuffle-db
DISTVERSION= 1.0-rc1
CATEGORIES= misc
MASTER_SITES= SF/${PORTNAME}/rebuild_db/1.0-rc1
DISTNAME= rebuild_db-${DISTVERSION}
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= An iPod shuffle database builder
USE_PYTHON= yes
NO_BUILD= yes
WRKSRC= ${WRKDIR}/rebuild_db
PLIST_FILES= bin/rebuild_db.py
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/rebuild_db.py ${PREFIX}/bin
.include <bsd.port.mk>