aboutsummaryrefslogblamecommitdiff
path: root/audio/ascd/Makefile
blob: 7791288e4c4a22b56aac0b156fde0eba1cd07e88 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                            
                                                
                                                          
 
           

 

                      
                 
                                           
                                                           
                                                
 
                                 
                                                                 
 
                                                      
 
                   
                   
 

                                       
 

                      
           




                                                                    

             




                                                                                   
 
                      
# New ports collection makefile for:	ascd
# Date created:			29 November 1998
# Whom:				Jim Mock <jim@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	ascd
PORTVERSION=	0.13.2
PORTREVISION=	1
CATEGORIES=	audio afterstep windowmaker
MASTER_SITES=	http://worldserver.oleane.com/rsn/Archives/
DISTFILES=	${DISTNAME}-src.tgz ${DATAFILES}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	A dockable cd player for AfterStep or WindowMaker

LIB_DEPENDS=	workman.1:${PORTSDIR}/audio/libworkman

USE_IMAKE=	yes
USE_XPM=	yes

DATAFILES=	ascd-0.13pr6-themes.tgz
THEMESDIR=	ascd-0.13pr6-themes

MAN1=		ascd.1

post-patch:
	@${SED} -e "s:%%PREFIX%%:${PREFIX}:g" \
		${WRKSRC}/misc/config.h.default > ${WRKSRC}/config.h
	@${SED} -e "s:%%PREFIX%%:${PREFIX}:g" \
		${WRKSRC}/misc/dirs.h.default > ${WRKSRC}/dirs.h
	@${CAT} ${WRKSRC}/version.h >> ${WRKSRC}/config.h

post-install:
	@${ECHO_CMD} "AScd additional themes installation"
	@${ECHO_CMD} ""
	@${ECHO_CMD} "Untarring"
	@${TAR} xf ${WRKDIR}/${THEMESDIR}/themes.tar -C ${PREFIX}/share/ascd/Themes
	@${ECHO_CMD} "Done."

.include <bsd.port.mk>