blob: fb37c482f4b591629ee7b2c717bc4f9796e2745f (
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
|
# New ports collection makefile for: XaraLX development version
# Date created: 12 Apr 2006
# Whom: Vasil Dimov <vd@FreeBSD.org>
#
# $FreeBSD$
#
PORTVERSION= 0.4r925
PKGNAMESUFFIX= -devel
DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz
COMMENT= Top-tier vector/general purpose graphics program (development version)
MASTERDIR= ${.CURDIR}/../xaralx
MD5_FILE= ${.CURDIR}/distinfo
# we need to exclude some of the patches as they are applied upstream
PATCHDIR= ${NONEXISTENT}
EXTRA_PATCHES= ${MASTERDIR}/files/patch-Makefile.am \
${MASTERDIR}/files/patch-PreComp_Makefile.am \
${MASTERDIR}/files/patch-configure.in
.include "${MASTERDIR}/Makefile"
|