1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/audio/mpg123.el/Makefile
Edwin Groothuis 4eb8bd5513 Mark as unbroken:
[~/cvs/mpg123.el] edwin@t43>sudo make checksum
===>  Vulnerability check disabled, database not found
===>  License check disabled, port has not defined LICENSE
/usr/bin/fetch -AFpr -AR -o /usr/ports/distfiles/mpg123.el-1.52 ${CKSIZE:+-S $CKSIZE} http://www.gentei.org/~yuuji/software/mpg123el//mpg123el.cgi?1.52
fetch: http://www.gentei.org/~yuuji/software/mpg123el//mpg123el.cgi?1.52: size of remote file is not known
/usr/ports/distfiles/mpg123.el-1.52                    107 kB 7483  Bps
=> SHA256 Checksum OK for mpg123.el-1.52.

Noticed by: gr0Ogle on #bugs (Greg Lehey for intimi)
2011-08-11 07:48:12 +00:00

43 lines
997 B
Makefile

# New ports collection makefile for: mpg123.el
# Date created: 99/10/6
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= mpg123.el
PORTVERSION= 1.52
CATEGORIES= audio elisp
MASTER_SITES= http://www.gentei.org/~yuuji/software/mpg123el/
EXTRACT_SUFX= # empty
EXTRACT_ONLY= # empty
MAINTAINER= ports@FreeBSD.org
COMMENT= Front-end to mpg123/ogg123 audio player for Emacsen
RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123
FETCH_BEFORE_ARGS= -o ${DISTDIR}/${PORTNAME}-${PORTVERSION}
NO_WRKSUBDIR= yes
NO_BUILD= yes
ELISPDIR= ${PREFIX}/share/emacs/site-lisp
XELISPDIR= ${PREFIX}/lib/xemacs/site-lisp
myFETCH_CMD= ${FETCH_CMD} -AR
do-fetch:
${myFETCH_CMD} ${FETCH_BEFORE_ARGS} ${MASTER_SITES}/mpg123el.cgi?${PORTVERSION}
do-install:
${MKDIR} ${ELISPDIR}
${INSTALL_DATA} ${DISTDIR}/${DISTNAME} ${ELISPDIR}/${PORTNAME}
# For XEmacs
${MKDIR} ${XELISPDIR}
${LN} -sf ${ELISPDIR}/${PORTNAME} ${XELISPDIR}/${PORTNAME}
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>