mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
21 lines
447 B
Makefile
21 lines
447 B
Makefile
# New ports collection makefile for: PCB
|
|
# Version required: 0.91
|
|
# Date created: 19 October 1994
|
|
# Whom: mr
|
|
#
|
|
# $Id: Makefile,v 1.2 1994/11/17 12:59:40 jkh Exp $
|
|
#
|
|
|
|
DISTNAME= pcb-1.2.patch_02
|
|
MASTER_SITES= ftp://pluto.medizin.uni-ulm.de/pub/pcb-1.2/
|
|
EXTRACT_SUFX=.tar.gz
|
|
DEPENDS= ${PORTSDIR}/devel/m4
|
|
MAKE_FLAGS= -f
|
|
MAKEFILE= makefile
|
|
USE_IMAKE=
|
|
NO_INSTALL_MANPAGES= yes
|
|
PREFIX=/usr/X11R6
|
|
PKG_CMD= pkg_create -N
|
|
|
|
.include <bsd.port.mk>
|