openbsd-ports/audio/p5-gnupod/Makefile
espie 2314c85f45 convert to new style depends
zap default spec that are not needed
convert libspecs as well
convert p* to REVISION.

No package changes
2010-11-15 00:22:45 +00:00

48 lines
1.1 KiB
Makefile

# $OpenBSD: Makefile,v 1.10 2010/11/15 00:22:48 espie Exp $
COMMENT = collection of perl scripts to manage your iPod
DISTNAME = gnupod-0.99.8
PKGNAME = p5-${DISTNAME}
REVISION = 1
CATEGORIES = audio
HOMEPAGE = http://www.gnu.org/software/gnupod/
MASTER_SITES = http://blinkenlights.ch/gnupod-dist/stable/ \
${MASTER_SITE_SAVANNAH:=gnupod/}
# GPLv3
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
EXTRACT_SUFX = .tgz
MODULES = perl
CONFIGURE_STYLE =gnu
USE_GROFF = Yes
RUN_DEPENDS = security/p5-Digest-SHA1 \
textproc/p5-XML-Parser \
converters/p5-Unicode-String \
audio/p5-MP3-Info \
www/p5-libwww \
devel/p5-Time-TimeDate \
audio/p5-Audio-FLAC-Header \
audio/p5-Ogg-Vorbis-Header-PurePerl \
graphics/ffmpeg \
graphics/ImageMagick \
net/curl
BUILD_DEPENDS= ${RUN_DEPENDS}
NO_REGRESS = Yes
post-install:
gunzip ${PREFIX}/man/man1/*.1.gz
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/gnupod
${INSTALL_DATA} ${WRKSRC}/doc/gnupodrc.example \
${PREFIX}/share/examples/gnupod/gnupodrc
.include <bsd.port.mk>