summaryrefslogblamecommitdiff
path: root/audio/ximp3/Makefile
blob: c5549ce16124fb8daad5f076879feaca7c2e2fd1 (plain) (tree)
1
2
3
4
5
6
7
8
9
                    
           

                     
                      
                     
                                              
 
                                  
                                           

                   
                   




                               
 
             
                         



                                                   
                      
# Created by: ijliao
# $FreeBSD$

PORTNAME=	ximp3
PORTVERSION=	0.1.15
CATEGORIES=	audio
MASTER_SITES=	SUNSITE/apps/sound/players/mp3

MAINTAINER=	amdmi3@FreeBSD.org
COMMENT=	A simple console MP3 player

GNU_CONFIGURE=	yes
NO_STAGE=	yes
PORTDOCS=	*

PLIST_FILES=	bin/${PORTNAME}

.include <bsd.port.options.mk>

post-install:
.if ${PORT_OPTIONS:MDOCS}
	@${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif

.include <bsd.port.mk>