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

(-)graphics/sam2p/Makefile (-4 / +7 lines)
Lines 7-16 Link Here
7
#
7
#
8
8
9
PORTNAME=	sam2p
9
PORTNAME=	sam2p
10
PORTVERSION=	0.47
10
PORTVERSION=	0.48
11
PORTEPOCH=	1
11
PORTEPOCH=	1
12
CATEGORIES=	graphics
12
CATEGORIES=	graphics
13
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
13
MASTER_SITES=	GOOGLE_CODE
14
14
15
MAINTAINER=	ports@FreeBSD.org
15
MAINTAINER=	ports@FreeBSD.org
16
COMMENT=	Converts raster (bitmap) image formats into PS or PDF files
16
COMMENT=	Converts raster (bitmap) image formats into PS or PDF files
Lines 19-24 Link Here
19
		cjpeg:${PORTSDIR}/graphics/jpeg \
19
		cjpeg:${PORTSDIR}/graphics/jpeg \
20
		tif22pnm:${PORTSDIR}/graphics/tif22pnm
20
		tif22pnm:${PORTSDIR}/graphics/tif22pnm
21
21
22
LICENSE=	GPLv2
23
LICENSE_FILE=	${WRKSRC}/COPYING
24
22
USE_PERL5_BUILD=	yes
25
USE_PERL5_BUILD=	yes
23
USE_GHOSTSCRIPT_RUN=	yes
26
USE_GHOSTSCRIPT_RUN=	yes
24
USE_GMAKE=	yes
27
USE_GMAKE=	yes
Lines 35-45 Link Here
35
do-install:
38
do-install:
36
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
39
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
37
.if !defined(NOPORTDOCS)
40
.if !defined(NOPORTDOCS)
38
	${MKDIR} ${DOCSDIR}
41
	@${MKDIR} ${DOCSDIR}
39
	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
42
	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
40
.endif
43
.endif
41
.if !defined(NOPORTEXAMPLES)
44
.if !defined(NOPORTEXAMPLES)
42
	${MKDIR} ${EXAMPLESDIR}
45
	@${MKDIR} ${EXAMPLESDIR}
43
	@(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${EXAMPLESDIR})
46
	@(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${EXAMPLESDIR})
44
.endif
47
.endif
45
48
(-)graphics/sam2p/distinfo (-3 / +2 lines)
Lines 1-3 Link Here
1
MD5 (sam2p-0.47.tar.gz) = 2f1acc6bc1f24d51c2906ce080f20687
1
SHA256 (sam2p-0.48.tar.gz) = c40c24a13c1a5dfcb7c3ea37e9441c6893f04e9dcdc247eb70512dace0d25093
2
SHA256 (sam2p-0.47.tar.gz) = 6e0cdab2b78124084a01cfb41fc5e42c0666c9103d7bf4f7c860f4406e051d23
2
SIZE (sam2p-0.48.tar.gz) = 562024
3
SIZE (sam2p-0.47.tar.gz) = 558936

Return to bug 158466