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

(-)/usr/ports/graphics/aaphoto/Makefile (-9 / +7 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	aaphoto
8
PORTNAME=	aaphoto
9
PORTVERSION=	0.37
9
PORTVERSION=	0.38
10
PORTREVISION=	1
11
CATEGORIES=	graphics
10
CATEGORIES=	graphics
12
MASTER_SITES=	http://log69.com/downloads/
11
MASTER_SITES=	http://log69.com/downloads/
13
DISTNAME=	${PORTNAME}_sources_v${PORTVERSION}
12
DISTNAME=	${PORTNAME}_sources_v${PORTVERSION}
Lines 19-24 Link Here
19
		jpeg:${PORTSDIR}/graphics/jpeg \
18
		jpeg:${PORTSDIR}/graphics/jpeg \
20
		png:${PORTSDIR}/graphics/png
19
		png:${PORTSDIR}/graphics/png
21
20
21
LICENSE=	GPLv3
22
LICENSE_FILE=	${WRKSRC}/COPYING
23
22
GNU_CONFIGURE=	yes
24
GNU_CONFIGURE=	yes
23
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
25
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
24
		LDFLAGS="-L${LOCALBASE}/lib"
26
		LDFLAGS="-L${LOCALBASE}/lib"
Lines 29-48 Link Here
29
PORTDOCS=	AUTHORS ChangeLog COPYING COPYRIGHT INSTALL LICENSE \
31
PORTDOCS=	AUTHORS ChangeLog COPYING COPYRIGHT INSTALL LICENSE \
30
		NEWS README TODO
32
		NEWS README TODO
31
33
32
.include <bsd.port.pre.mk>
34
ONLY_FOR_ARCHS=	amd64 i386
33
35
34
.if ${ARCH} != "amd64" && ${ARCH} != "i386"
36
.include <bsd.port.pre.mk>
35
BROKEN=		Does not compile on !amd64 and !i386
36
.endif
37
37
38
.if ${OSVERSION} >= 700000
38
.if ${OSVERSION} >= 700000
39
CFLAGS+=	-fopenmp -D__OPENMP__
39
CFLAGS+=	-fopenmp -D__OPENMP__
40
.endif
40
.endif
41
41
42
do-install:
42
do-install:
43
.for FILE in aaphoto
43
	${INSTALL_PROGRAM} ${WRKSRC}/aaphoto ${PREFIX}/bin
44
	${INSTALL_PROGRAM} ${WRKSRC}/${FILE} ${PREFIX}/bin
45
.endfor
46
44
47
post-install:
45
post-install:
48
.if !defined(NOPORTDOCS)
46
.if !defined(NOPORTDOCS)
(-)/usr/ports/graphics/aaphoto/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (aaphoto_sources_v0.37.tar.gz) = f9cfaf7112713cb937f7b3ac1236d077
1
MD5 (aaphoto_sources_v0.38.tar.gz) = 99c07a650eda444e753cb611dd0c9d36
2
SHA256 (aaphoto_sources_v0.37.tar.gz) = 2efe35c406ea5bd0b8a05a6eab02437c6b3eefbff38d4d74c0f200023c4f7ae4
2
SHA256 (aaphoto_sources_v0.38.tar.gz) = e2a4de457d957bb80925beb18c79b4128982941dec24f506dfa2d495830ce63e
3
SIZE (aaphoto_sources_v0.37.tar.gz) = 134442
3
SIZE (aaphoto_sources_v0.38.tar.gz) = 134661

Return to bug 148773