mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
27 lines
561 B
Makefile
27 lines
561 B
Makefile
# New ports collection Makefile for: bsvc
|
|
# Date created: 03-Mar-1997
|
|
# Whom: tenser@spitfire.ecsel.psu.edu
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= bsvc
|
|
PORTVERSION= 2.1
|
|
CATEGORIES= emulators tk82
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
MASTER_SITE_SUBDIR= system/emulators
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
|
|
|
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>
|