openbsd-ports/audio/ascd/Makefile
david f85600afe0 move any perl or sed substitutions from post-patch to pre-configure
(fixes make update-patches)
ok sturm@; "looks reasonable" steven@
2006-02-08 04:54:48 +00:00

47 lines
1.3 KiB
Makefile

# $OpenBSD: Makefile,v 1.13 2006/02/08 04:54:48 david Exp $
# $FreeBSD: ports/audio/ascd/Makefile,v 1.17 2000/09/25 12:21:17 asami Exp $
COMMENT= "cd player for Afterstep or Window Maker"
DISTNAME= ascd-0.13.2
PKGNAME= ${DISTNAME}p0
CATEGORIES= audio x11 x11/windowmaker
HOMEPAGE= http://worldserver.oleane.com/rsn/ascd-en.html
MAINTAINER= Peter Stromberg <wilfried@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 Xext Xpm c
MASTER_SITES= http://worldserver.oleane.com/rsn/Archives/
DISTFILES= ${DISTNAME}-src.tgz ${DATAFILES}
DATAFILES= ascd-0.13pr6-themes.tgz
LIB_DEPENDS= workman.1::audio/libworkman
USE_X11= Yes
NO_REGRESS= Yes
CONFIGURE_STYLE= imake
post-extract:
@rm -rf ${WRKSRC}/workman
pre-configure:
@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:
${INSTALL_DATA_DIR} ${PREFIX}/share/AScd
tar xfC ${WRKSRC}/themes/default.tar ${PREFIX}/share/AScd/
tar xfC ${WRKSRC}/themes/themes.tar ${PREFIX}/share/AScd/
tar xfC ${WRKDIR}/ascd-0.13pr6-themes/themes.tar ${PREFIX}/share/AScd/Themes
.include <bsd.port.mk>