1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00
Emanuel Haupt 7e3bf9b220 - Remove MAKE_JOBS_SAFE from ports that set NO_BUILD
- Trim header
- While here use PLIST_FILES for databases/mrtg-mysql-load
2013-05-08 12:47:16 +00:00

23 lines
466 B
Makefile

# Created by: 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>