blob: c5549ce16124fb8daad5f076879feaca7c2e2fd1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# 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>
|