1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/emulators/bsvc/Makefile
Justin M. Seger bacdfe64cd Upgrade to bsvc-2.1
Switch to tk8.2
Make myself MAINTAINER after no response from previous MAINTAINER.
1999-09-07 03:10:49 +00:00

27 lines
553 B
Makefile

# New ports collection Makefile for: bsvc
# Version required: 2.1
# Date created: 03-Mar-1997
# Whom: tenser@spitfire.ecsel.psu.edu
#
# $FreeBSD$
#
DISTNAME= bsvc-2.1-src
PKGNAME= bsvc-2.1
CATEGORIES= emulators tk82
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= system/emulators
MAINTAINER= jseger@FreeBSD.org
RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82
WRKSRC= ${WRKDIR}/${PKGNAME}/src
MAKE_ENV= PROJECT_BASE=${PREFIX} WRKSRC=${WRKSRC}
post-patch:
${CP} ${WRKSRC}/Makefile.ULTRIX ${WRKSRC}/Makefile
.include <bsd.port.mk>