mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
bb1a092532
PR: 18867 Submitted by: maintainer
30 lines
594 B
Makefile
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>
|