View | Details | Raw Unified | Return to bug 59520
Collapse All | Expand All

(-)graphics/xmorph/Makefile (+6 lines)
Lines 17-22 Link Here
17
17
18
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.//g}
18
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.//g}
19
19
20
CONFLICTS=	libmorph*
21
20
USE_X_PREFIX=	yes
22
USE_X_PREFIX=	yes
21
WANT_GNOME=	yes
23
WANT_GNOME=	yes
22
USE_LIBTOOL=	yes
24
USE_LIBTOOL=	yes
Lines 25-30 Link Here
25
INSTALLS_SHLIB=	yes
27
INSTALLS_SHLIB=	yes
26
28
27
MAN1=		xmorph.1
29
MAN1=		xmorph.1
30
INFO=		xmorph
28
31
29
.include <bsd.port.pre.mk>
32
.include <bsd.port.pre.mk>
30
33
Lines 37-41 Link Here
37
CONFIGURE_ARGS+=	--without-gtkmorph
40
CONFIGURE_ARGS+=	--without-gtkmorph
38
PLIST_SUB+=	GTK2="@comment "
41
PLIST_SUB+=	GTK2="@comment "
39
.endif
42
.endif
43
44
post-extract:
45
	@${RM} -f ${WRKSRC}/doc/*.info*
40
46
41
.include <bsd.port.post.mk>
47
.include <bsd.port.post.mk>
(-)graphics/xmorph/files/patch-doc::xmorph.texinfo (+13 lines)
Line 0 Link Here
1
--- doc/xmorph.texinfo.orig	Tue May 27 15:58:55 2003
2
+++ doc/xmorph.texinfo	Wed Nov 19 18:54:32 2003
3
@@ -2,6 +2,10 @@
4
 @c %**start of header
5
 @setfilename xmorph.info
6
 @settitle Xmorph documentation
7
+@dircategory Applications
8
+@direntry
9
+* Xmorph: (xmorph).	A digital image warping and dissolving, or morphing, program.
10
+@end direntry
11
 @setchapternewpage odd
12
 @c %**end of header
13
 
(-)graphics/xmorph/pkg-plist (-1 lines)
Lines 10-16 Link Here
10
include/xmorph/spline.h
10
include/xmorph/spline.h
11
include/xmorph/tga.h
11
include/xmorph/tga.h
12
include/xmorph/warp.h
12
include/xmorph/warp.h
13
info/xmorph.info
14
lib/libmorph.a
13
lib/libmorph.a
15
lib/libmorph.so
14
lib/libmorph.so
16
lib/libmorph.so.1
15
lib/libmorph.so.1

Return to bug 59520