blob: 5328468467f702e576fff601a1624e2495500dfe (
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
|
# New ports collection makefile for: seejpeg-1.10.tgz
# Date created: 2000 Oct 19
#
# Whom: Donn Miller <dmmiller@cvzoom.net>
# $FreeBSD$
#
PORTNAME= seejpeg
PORTVERSION= 1.10
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= apps/graphics/viewers/svga
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= vga.1:${PORTSDIR}/graphics/svgalib \
gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \
jpeg.9:${PORTSDIR}/graphics/jpeg
ALL_TARGET= seejpeg
MAN1= seejpeg.1
MANCOMPRESSED= yes
USE_GMAKE= yes
post-extract:
${CHMOD} 0644 ${WRKSRC}/Makefile
post-patch:
${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.prev
${SED} "s/-O3/${CFLAGS}/g" ${WRKSRC}/Makefile.prev > ${WRKSRC}/Makefile
.include <bsd.port.mk>
|