openbsd-ports/misc/cdrecord/Makefile
brad d5170fb7d0 - style
- remove the list of supported CD-R drives from the DESCR file and install
the README which is where the list came from.
1999-08-27 01:58:28 +00:00

30 lines
1.0 KiB
Makefile

# $OpenBSD: Makefile,v 1.6 1999/08/27 01:58:28 brad Exp $
DISTNAME= cdrecord-1.6.1
CATEGORIES= misc
MASTER_SITES= ftp://ftp.fokus.gmd.de/pub/unix/cdrecord/
MAINTAINER= niklas@openbsd.org
# It's pretty easy to add other architectures,
# mail me if you miss a particular one.
ONLY_FOR_ARCHS= alpha amiga arc i386 mac68k mvme68k powerpc sparc sun3
USE_GMAKE= yes
MAKE_ENV= MAKEPROG=gmake
# Cdrecord's standard install rule installs some unnecessary stuff,
# we instead explicitly install what we want.
OBJDIR= OBJ/${MACHINE}-openbsd-$(CC)
do-install:
@{MKDIR} ${PREFIX}/share/doc/cdrecord
${INSTALL_PROGRAM} ${WRKSRC}/cdrecord/${OBJDIR}/cdrecord ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/cdrecord/cdrecord.1 ${PREFIX}/man/man1
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/cdrecord
# We ship mkisofs in OpenBSD 2.3, uncomment these lines if you are on an
# older system.
# ${INSTALL_PROGRAM} ${WRKSRC}/mkisofs-1.11/${OBJDIR}/mkisofs ${PREFIX}/bin
# ${INSTALL_MAN} ${WRKSRC}/mkisofs-1.11/mkisofs.8 ${PREFIX}/man/man8
.include <bsd.port.mk>