mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
d9f7c4b28d
hanemacs and hmconv had invalid version strings (fixed). I also got replaced AMI_VER and HANIM_VER with PORTVERSION but I didn't touch BROWSER_VER (in netscape ports) since it was used in too many places.
19 lines
418 B
Makefile
19 lines
418 B
Makefile
# New ports collection makefile for: engdic-0.2
|
|
# Date created: 3 Jun 1999
|
|
# Whom: Oh Junseon <hollywar@mail.holywar.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= engdic
|
|
PORTVERSION= 0.2
|
|
CATEGORIES= korean deskutils
|
|
MASTER_SITES= ftp://ftp.holywar.net/pub/engdic/ \
|
|
ftp://ftp.kr.freebsd.org/pub/FreeBSD-kr/distfiles/
|
|
|
|
MAINTAINER= hollywar@mail.holywar.net
|
|
|
|
ALL_TARGET= clean all
|
|
|
|
.include <bsd.port.mk>
|