1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/audio/ascd/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

43 lines
1.0 KiB
Makefile

# 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>