blob: e5db56cb6a19fb8e75a5b371210e78d425a064b5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
# ex:ts=8
# New ports collection makefile for: clip
# Date created: Dec 23, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= clip
PORTVERSION= 0.99
CATEGORIES= databases
MASTER_SITES= ftp://ftp.lastik.ru/clip/ \
ftp://ftp.linux.ru.net/mirrors/clip/
DISTNAME= ${PORTNAME}-prg-${PORTVERSION}-3
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= xBase and Clipper language compatible compiler
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
png.5:${PORTSDIR}/graphics/png \
freetype.9:${PORTSDIR}/print/freetype2 \
gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
gtkextra.17:${PORTSDIR}/x11-toolkits/gtkextra \
gd.2:${PORTSDIR}/graphics/gd \
intl.4:${PORTSDIR}/devel/gettext
USE_BISON= yes
USE_GMAKE= yes
USE_REINPLACE= yes
USE_XLIB= yes
USE_XPM= yes
ALL_TARGET= local
MAKE_ENV= HOME=${WRKDIR}
post-patch:
@${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|g" \
-e "s|%%X11BASE%%|${X11BASE}|g" \
${WRKSRC}/cliplibs/clip-gd/gd/configure
do-install:
${CP} -R ${WRKDIR}/cliproot ${LOCALBASE}/clip
.include <bsd.port.mk>
|