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

(-)x11/xlupe/Makefile (-5 / +1 lines)
Lines 6-20 Link Here
6
#
6
#
7
7
8
PORTNAME=	xlupe
8
PORTNAME=	xlupe
9
PORTVERSION=	1.0
9
PORTVERSION=	1.1
10
CATEGORIES=	x11
10
CATEGORIES=	x11
11
MASTER_SITES=	http://www.core.de/~coto/projects/xlupe/
11
MASTER_SITES=	http://www.core.de/~coto/projects/xlupe/
12
12
13
USE_IMAKE=	yes
13
USE_IMAKE=	yes
14
USE_XPM=	yes
14
USE_XPM=	yes
15
USE_MOTIF=	yes
16
17
#post-install:
18
#		strip ${PREFIX}/bin/xlupe
19
15
20
.include <bsd.port.mk>
16
.include <bsd.port.mk>
(-)x11/xlupe/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (xlupe-1.0.tar.gz) = e9bf468b310e07e462b1c57efdca1204
1
MD5 (xlupe-1.1.tar.gz) = 7fd57a6815409fb129d23ac01b563d3d
(-)x11/xlupe/files/patch-aa (-10 lines)
Lines 1-10 Link Here
1
--- Imakefile.orig	Mon Apr 30 00:56:05 2001
2
+++ Imakefile	Mon Apr 30 00:56:09 2001
3
@@ -10,6 +10,6 @@
4
 SRCS = xlupe.c
5
 OBJS = xlupe.o
6
 
7
-CDEBUGFLAGS = -O2 -Wall
8
+CDEBUGFLAGS = -Wall
9
 
10
 ComplexProgramTargetNoMan(xlupe)

Return to bug 46312