blob: 015fdd25abf666725c67b77920acdbc8acdc23c0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# ex:ts=8
# Ports collection makefile for: cfe
# Date created: Feb 9, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= cfe
PORTVERSION= 0.12
CATEGORIES= misc
MASTER_SITES= http://lrn.ru/~osgene/files/
MAINTAINER= ports@FreeBSD.org
GNU_CONFIGURE= yes
MANCOMPRESSED= no
MAN1= cfe.1
.include <bsd.port.mk>
|