mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
7acef1cd7a
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
37 lines
819 B
Makefile
37 lines
819 B
Makefile
# New ports collection makefile for: cd-write
|
|
# Date created: 1 May 1997
|
|
# Whom: jmz
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cd-write
|
|
PORTVERSION= 1.4.1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= jmz
|
|
|
|
MAINTAINER= jmz@FreeBSD.org
|
|
|
|
LIB_DEPENDS= tixsam4182.1:${PORTSDIR}/x11-toolkits/tix
|
|
|
|
WRKSRC= ${WRKDIR}/cd-write
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} < 300000
|
|
BROKEN= CAM
|
|
.endif
|
|
|
|
pre-build:
|
|
@cd ${WRKSRC}; ${MV} Makefile Makefile~; \
|
|
${SED} -e s:/usr/local:${PREFIX}:g -e s/CFL/CXXFL/ <Makefile~ >Makefile;\
|
|
${ECHO} all: cd-write >> Makefile
|
|
@cd ${WRKSRC}/c++tk; ${MV} Makefile Makefile~; \
|
|
${SED} -e s:/usr/local:${PREFIX}:g <Makefile~ >Makefile
|
|
|
|
post-install:
|
|
@PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
|
|
|
|
.include <bsd.port.post.mk>
|