mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
4a4ec28d37
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a replacement for :U and :L (which has been marked as deprecated) bmake which is the default on FreeBSD 10+ only support by default :tu/:tl a hack has been added at the time to support :U and :L to ease migration. This hack is now not necessary anymore Note that this makes the ports tree incompatible with make(1) from FreeBSD 8.3 or earlier With hat: portmgr
30 lines
690 B
Makefile
30 lines
690 B
Makefile
# Created by: Scott Johnston <scott@accom.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ivtools
|
|
PORTVERSION= 1.2.9
|
|
PORTREVISION= 1
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= SF
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= sylvio@FreeBSD.org
|
|
COMMENT= Drawing editors derived from idraw
|
|
|
|
LIB_DEPENDS= libtiff.so:${PORTSDIR}/graphics/tiff
|
|
|
|
USES= imake:env gmake
|
|
USE_LDCONFIG= yes
|
|
USE_AUTOTOOLS= autoconf
|
|
CONFIGURE_ARGS= --with-tiff=${PREFIX}
|
|
CONFIGURE_ENV= IMAKECPP=${CPP}
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
|
|
MAKE_ARGS= ARCH="${OPSYS:tu}" MAKE="${MAKE_CMD}"
|
|
USE_XORG= x11 xaw ice xext
|
|
|
|
MANCOMPRESSED= no
|
|
MAN1= idraw.1 iclass.1 drawtool.1 comterp.1 comdraw.1 flipbook.1 graphdraw.1
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|