1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/chinese/stardict/Makefile
Ade Lovett bb1a092532 Update to 1.3, after repo-copy
PR:		18867
Submitted by:	maintainer
2000-09-19 14:55:42 +00:00

30 lines
594 B
Makefile

# Ports collection makefile for: cdict
# Date created: Thu Oct 14, 1999
# Whom: Peng HaiJie (phj@cn.FreeBSD.org)
# (phj@transfar.com)
#
# $FreeBSD$
#
PORTNAME= stardict
PORTVERSION= 1.3
CATEGORIES= chinese
MASTER_SITES= ftp://ftp.cn.FreeBSD.org/pub/ported/
PKGNAMEPREFIX= zh-
DISTNAME= ${PKGNAME}
MAINTAINER= phj@cn.FreeBSD.org
REQUIRES_MOTIF= yes
GNU_CONFIGURE= yes
USE_GMAKE = yes
USE_XLIB= yes
PREFIX= ${X11BASE}
port-install:
strip $(PREFIX)/bin/${PORTNAME}
.include <bsd.port.mk>