1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/sysutils/cd-write/Makefile

43 lines
1018 B
Makefile
Raw Normal View History

# New ports collection makefile for: cd-write
# Date created: 1 May 1997
# Whom: jmz
#
1999-08-31 02:00:46 +00:00
# $FreeBSD$
#
PORTNAME= cd-write
2003-12-26 01:06:28 +00:00
PORTVERSION= 1.4.2
CATEGORIES= sysutils
2000-06-29 02:31:42 +00:00
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= jmz
MAINTAINER= jmz@FreeBSD.org
COMMENT= A X11 based CD-burner
2003-12-15 00:02:13 +00:00
LIB_DEPENDS= tixsam8184.1:${PORTSDIR}/x11-toolkits/tix
2002-12-28 21:48:38 +00:00
USE_PERL5_BUILD= yes
WRKSRC= ${WRKDIR}/cd-write
.include <bsd.port.pre.mk>
1999-02-11 01:44:27 +00:00
.if ${OSVERSION} < 300000
IGNORE= "FreeBSD 3.X or greater is required to support this port"
1998-10-14 10:41:59 +00:00
.endif
PLIST_FILES= bin/cd-write
pre-build:
2003-12-26 01:06:28 +00:00
@cd ${WRKSRC}; ${ECHO_CMD} all: cd-write >> Makefile
1999-02-11 01:44:27 +00:00
@cd ${WRKSRC}/c++tk; ${MV} Makefile Makefile~; \
2003-12-26 01:06:28 +00:00
${SED} -e s:/usr/local:${PREFIX}:g \
-e s:/usr/X11R6:${X11BASE}:g <Makefile~ >Makefile
@cd ${WRKSRC}; ${MV} Makefile Makefile~; \
${SED} -e s:/usr/local:${PREFIX}:g \
-e s:/usr/X11R6:${X11BASE}:g <Makefile~ >Makefile
post-install:
@PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
.include <bsd.port.post.mk>