freebsd-ports/audio/ximp3/Makefile
Jimmy Olgeni 37e782dfbc Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories A-C.

CR:		D196
Approved by:	portmgr (bapt)
2014-06-09 11:21:52 +00:00

23 lines
412 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= ximp3
PORTVERSION= 0.1.15
CATEGORIES= audio
MASTER_SITES= SUNSITE/apps/sound/players/mp3
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Simple console MP3 player
GNU_CONFIGURE= yes
PORTDOCS= *
PLIST_FILES= bin/${PORTNAME}
OPTIONS_DEFINE= DOCS
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>