freebsd-ports/audio/gtkpod/Makefile
Edwin Groothuis d672147740 [Maintainer Update] audio/gtkpod to v0.51
Update gtkpod to 0.51 :
        * libgnugetopt is no longer required (call to getopt_long_only removed)
        * few bug fixes (playlength)
        * several improvements (more infos about songs, more charsets, ...)
        * new features (displays free space on iPod, charsets saved, ...)

PR:		ports/52546
Submitter:	David Le Brun <david@dyn-ns.net>
2003-05-22 04:58:07 +00:00

42 lines
975 B
Makefile

# New ports collection makefile for: gtkpod
# Date created: 28 January 2003
# Whom: David Le Brun <david@dyn-ns.net>
#
# $FreeBSD$
#
PORTNAME= gtkpod
PORTVERSION= 0.51
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= david@dyn-ns.net
COMMENT= A GUI to upload songs and playlists to iPod
LIB_DEPENDS= id3-3.8.2:${PORTSDIR}/audio/id3lib
USE_REINPLACE= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= gtk20
GNU_CONFIGURE= yes
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include"
CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib"
pre-configure:
# install locale correctly (share dir instead of lib dir)
@${REINPLACE_CMD} -e 's|DATADIRNAME=lib|DATADIRNAME=share|' \
${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|(libdir)/locale|(datadir)/locale|' \
${WRKSRC}/po/Makefile.in.in
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>