1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/audio/ascd/Makefile
Baptiste Daroussin 5978476c35 In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in audio

With hat:	portmgr
2013-12-11 14:35:36 +00:00

44 lines
1.1 KiB
Makefile

# Created by: Jim Mock <jim@FreeBSD.org>
# $FreeBSD$
PORTNAME= ascd
PORTVERSION= 0.13.2
PORTREVISION= 1
CATEGORIES= audio afterstep windowmaker
MASTER_SITES= http://www.sourcefiles.org/Multimedia/Audio_CD/Other_X11/ \
AFTERSTEP/stable/rpms/misc-tarballs/:theme
DISTFILES= ${DISTNAME}-src.tgz ${DATAFILES}:theme
MAINTAINER= ports@FreeBSD.org
COMMENT= Dockable CD player for AfterStep or WindowMaker
LICENSE= BSD
LIB_DEPENDS= libworkman.so:${PORTSDIR}/audio/libworkman
NO_STAGE= yes
USES= imake
USE_XORG= xpm
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>