1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/audio/ximp3/Makefile
Ion-Mihai Tetcu 9099f96c4e Dmitry Marakasov adopts this orphan ports that he uses.
PR:		ports/98284
Submitted by:	Dmitry Marakasov <amdmi3@mail.ru>
Approved by:	lawrence (mentor, implicit)
2006-06-06 19:47:42 +00:00

27 lines
472 B
Makefile

# ex:ts=8
# Ports collection makefile for: ximp3
# Date created: Jan 17, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= ximp3
PORTVERSION= 0.1.15
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= apps/sound/players/mp3
MAINTAINER= amdmi3@mail.ru
COMMENT= A simple console MP3 player
GNU_CONFIGURE= yes
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>