View | Details | Raw Unified | Return to bug 162842
Collapse All | Expand All

(-)graphics/fly/Makefile (-8 / +8 lines)
Lines 9-24 Link Here
9
PORTVERSION=	2.0.1
9
PORTVERSION=	2.0.1
10
PORTREVISION=	3
10
PORTREVISION=	3
11
CATEGORIES=	graphics
11
CATEGORIES=	graphics
12
MASTER_SITES=	http://martin.gleeson.com/%SUBDIR%/ \
12
MASTER_SITES=	http://fossies.org/unix/www/ \
13
		http://members.optushome.com.au/martingleeson/%SUBDIR%/ \
13
		http://martin.gleeson.com/fly/dist/
14
		http://www.w3perl.com/%SUBDIR%/
15
MASTER_SITE_SUBDIR=	${PORTNAME}/dist
16
14
17
MAINTAINER=	ports@FreeBSD.org
15
MAINTAINER=	ports@FreeBSD.org
18
COMMENT=	Simple drawing language to generate GIFs on the fly
16
COMMENT=	Simple drawing language to generate GIFs on the fly
19
17
20
LIB_DEPENDS=	gd.4:${PORTSDIR}/graphics/gd
18
LIB_DEPENDS=	gd.4:${PORTSDIR}/graphics/gd
21
19
20
PORTDOCS=	*
21
PORTEXAMPLES=	*
22
PLIST_FILES=	bin/fly
23
22
do-build:
24
do-build:
23
	cd ${WRKSRC} && ${CC} ${CFLAGS} -I${LOCALBASE}/include fly.c -o fly \
25
	cd ${WRKSRC} && ${CC} ${CFLAGS} -I${LOCALBASE}/include fly.c -o fly \
24
		-L${LOCALBASE}/lib -lgd
26
		-L${LOCALBASE}/lib -lgd
Lines 27-39 Link Here
27
	${INSTALL_PROGRAM} ${WRKSRC}/fly ${PREFIX}/bin
29
	${INSTALL_PROGRAM} ${WRKSRC}/fly ${PREFIX}/bin
28
.if !defined(NOPORTDOCS)
30
.if !defined(NOPORTDOCS)
29
	@${MKDIR} ${DOCSDIR}
31
	@${MKDIR} ${DOCSDIR}
30
	cd ${WRKSRC}/doc && ${FIND} . | \
32
	@(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${DOCSDIR})
31
		${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}
32
.endif
33
.endif
33
.if !defined(NOPORTEXAMPLES)
34
.if !defined(NOPORTEXAMPLES)
34
	@${MKDIR} ${EXAMPLESDIR}
35
	@${MKDIR} ${EXAMPLESDIR}
35
	cd ${WRKSRC}/examples && ${FIND} . | \
36
	@(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${EXAMPLESDIR})
36
		${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${EXAMPLESDIR}
37
.endif
37
.endif
38
38
39
.include <bsd.port.mk>
39
.include <bsd.port.mk>
(-)graphics/fly/pkg-plist (-53 lines)
Lines 1-53 Link Here
1
bin/fly
2
%%PORTDOCS%%%%DOCSDIR%%/FAQ.html
3
%%PORTDOCS%%%%DOCSDIR%%/copyright.html
4
%%PORTDOCS%%%%DOCSDIR%%/documentation.html
5
%%PORTDOCS%%%%DOCSDIR%%/example.gif
6
%%PORTDOCS%%%%DOCSDIR%%/examples.html
7
%%PORTDOCS%%%%DOCSDIR%%/feedback.html
8
%%PORTDOCS%%%%DOCSDIR%%/flag-au.gif
9
%%PORTDOCS%%%%DOCSDIR%%/flag-jp.gif
10
%%PORTDOCS%%%%DOCSDIR%%/flag-us.gif
11
%%PORTDOCS%%%%DOCSDIR%%/fly-logo.gif
12
%%PORTDOCS%%%%DOCSDIR%%/index.html
13
%%PORTDOCS%%%%DOCSDIR%%/installation.html
14
%%PORTDOCS%%%%DOCSDIR%%/nav-copyright.gif
15
%%PORTDOCS%%%%DOCSDIR%%/nav-docs.gif
16
%%PORTDOCS%%%%DOCSDIR%%/nav-feedback.gif
17
%%PORTDOCS%%%%DOCSDIR%%/nav-home.gif
18
%%PORTDOCS%%%%DOCSDIR%%/new.gif
19
%%PORTDOCS%%%%DOCSDIR%%/outthere.html
20
%%PORTDOCS%%%%DOCSDIR%%/release-notes.html
21
%%PORTDOCS%%%%DOCSDIR%%/style.css
22
%%PORTDOCS%%%%DOCSDIR%%/using.html
23
%%PORTDOCS%%%%DOCSDIR%%/valid_html.gif
24
%%PORTDOCS%%%%DOCSDIR%%/Y2K.html
25
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example.csh
26
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gif/small-end.fly
27
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gif/small.fly
28
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jpeg/small-end.fly
29
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jpeg/small.fly
30
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jpeg/test.fly
31
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/perl/cgi-perl-example.pl
32
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/perl/fly-tester.pl
33
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/perl/perl.example
34
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/perl/size.pl
35
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/png/1.fly
36
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/png/2.fly
37
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/png/3.fly
38
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/png/4.fly
39
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/png/5.fly
40
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/png/6.fly
41
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/png/7.fly
42
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/png/8.fly
43
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/png/9.fly
44
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/png/small-end.fly
45
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/png/small.fly
46
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/png/small2.fly
47
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/png/test.fly
48
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/png
49
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/perl
50
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/jpeg
51
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/gif
52
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
53
%%PORTDOCS%%@dirrm %%DOCSDIR%%

Return to bug 162842