blob: e4f0e58c92c9aef7683b26cee530dff1013b14e0 (
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: comical
# Date created: 6 June 2005
# Whom: John McAree <john@mcaree.org>
#
# $FreeBSD$
#
PORTNAME= comical
PORTVERSION= 0.4.1
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://www.mcaree.org/Comical/ \
http://www.sketchyorigins.com/Comical/
MAINTAINER= john@mcaree.org
COMMENT= A sequential image viewer
USE_GMAKE= yes
USE_WX= 2.4
WX_CONF_ARGS= absolute
GNU_CONFIGURE= yes
USE_X_PREFIX= yes
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386"
BROKEN= "does not compile - not 64-bit clean"
.endif
.if ${OSVERSION} < 500000
BROKEN= "does not compile with gcc-2.95"
.endif
.include <bsd.port.post.mk>
|