blob: 5d04effa71f25f8b6fb10e6bee44384efdd5d84d (
plain)
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
27
28
29
30
31
32
33
34
35
36
37
|
# New ports collection makefile for: flac123
# Date created: 2004-05-14
# Whom: michael johnson <ahze@ahze.net>
#
# $FreeBSD$
#
PORTNAME= flac123
PORTVERSION= 0.0.8
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= flac-tools
MAINTAINER= ports@FreeBSD.org
COMMENT= Command-line player for flac audio files
LIB_DEPENDS= FLAC.7:${PORTSDIR}/audio/flac \
ao.3:${PORTSDIR}/audio/libao \
popt.0:${PORTSDIR}/devel/popt
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
PORTDOCS= README.remote
PLIST_FILES= bin/flac123
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for file in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>
|