blob: 80666e0fc3cd624985ea0c3bd5bf2e05b80af4d2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# New ports collection makefile for: PCB
# Version required: 0.91
# Date created: 19 October 1994
# Whom: mr
#
# $Id: Makefile,v 1.6 1995/02/18 01:36:19 ats Exp $
#
DISTNAME= pcb-1.2.patch_03
MASTER_SITES= ftp://pluto.medizin.uni-ulm.de/pub/pcb-1.2/
EXTRACT_SUFX= .tar.gz
EXEC_DEPENDS= gm4:${PORTSDIR}/devel/m4
MAKE_FLAGS= -f
MAKEFILE= makefile
USE_IMAKE=
NO_INSTALL_MANPAGES= yes
.include <bsd.port.mk>
|