1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/graphics/xaralx-devel/Makefile
Vasil Dimov 639cdade05 Fix graphics/xaralx compilation with gcc 4.1
graphics/xaralx-devel does not need this fix, thus we modify it not to
use all its masterport patches.

Reported by:	kris
2007-02-13 09:27:11 +00:00

22 lines
546 B
Makefile

# New ports collection makefile for: XaraLX development version
# Date created: 12 Apr 2006
# Whom: Vasil Dimov <vd@FreeBSD.org>
#
# $FreeBSD$
#
PORTVERSION= 0.7r1762
PORTREVISION= 0
PKGNAMESUFFIX= -devel
DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.bz2
COMMENT= Top-tier vector/general purpose graphics program (development version)
MASTERDIR= ${.CURDIR}/../xaralx
MD5_FILE= ${.CURDIR}/distinfo
PLIST= ${.CURDIR}/pkg-plist
PATCHDIR= ${.CURDIR}/files
EXTRA_PATCHES= ${MASTERDIR}/files/patch-configure.in
.include "${MASTERDIR}/Makefile"