freebsd-ports/audio/aylet/Makefile
Emanuel Haupt 4e74162b8b Change MAINTAINER address for my ports.
Approved by:	novel (mentor)
2005-10-06 11:57:11 +00:00

52 lines
1 KiB
Makefile

# New ports collection makefile for: aylet
# Date created: 9 Jul 2005
# Whom: Emanuel Haupt <ehaupt@critical.ch>
#
# $FreeBSD$
#
PORTNAME= aylet
PORTVERSION= 0.4
CATEGORIES= audio
MASTER_SITES= ftp://ftp.ibiblio.org/pub/Linux/apps/sound/players/
PKGNAMEPREFIX?=
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= A command line player for the .ay audio file format
USE_REINPLACE= yes
USE_GMAKE= yes
USE_GETOPT_LONG=yes
ALL_TARGET?= ${PORTNAME}
CFLAGS+= -DDRIVER_OSS -I${LOCALBASE}/include
.if ${PKGNAMEPREFIX} == ""
MAN1= aylet.1
PLIST_FILES= bin/aylet
.endif
aylet-post-patch:
.for flag in CC CFLAGS
@${REINPLACE_CMD} -e 's|^${flag}=|${flag}?=|' \
${WRKSRC}/Makefile
.endfor
@${REINPLACE_CMD} -e 's|\((CC)\)\ \-o|\1 $$\(CFLAGS) -o|' \
${WRKSRC}/Makefile
.if ${PKGNAMEPREFIX} == ""
post-patch: aylet-post-patch
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1
.endif
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>