blob: 41de72c819e789e6f73efd95b2d19bbe9519988e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# New ports collection makefile for: sed+mb
# Version required: 1.18+mb1.03
# Date created: 2 April 1995
# Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
#
# $Id: Makefile,v 1.2 1995/04/07 05:48:11 asami Exp $
#
DISTNAME= sed-1.18
PKGNAME= jp-sed-1.18
CATEGORIES= japanese
MASTER_SITES= ${MASTER_SITE_GNU}
MAINTAINER= asami@FreeBSD.ORG
HAS_CONFIGURE= yes
PATCH_STRIP= -p1
.include <bsd.port.mk>
|