blob: 70dcf03d68f66deac25bf02abad07bedf09decd2 (
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
|
# Ports collection makefile for: scale2x
# Date created: 2006/12/01
# Whom: chinsan
#
# $FreeBSD$
#
PORTNAME= scale2x
PORTVERSION= 2.4
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Real-time graphics effect able to increase the size of small bitmaps
LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
MAN1= scalex.1 scalerx.1
PLIST_FILES= bin/scalex bin/scalerx
CPPFLAGS= `libpng12-config --I_opts`
LDFLAGS= `libpng12-config --L_opts`
.include <bsd.port.mk>
|