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

(-)pilrc/Makefile (-5 / +5 lines)
Lines 6-21 Link Here
6
#
6
#
7
7
8
PORTNAME=	pilrc
8
PORTNAME=	pilrc
9
PORTVERSION=	2.9p9
9
PORTVERSION=	3.1
10
PORTREVISION=	1
11
CATEGORIES=	palm
10
CATEGORIES=	palm
12
MASTER_SITES=	http://www.ardiri.com/download/files/palm/
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
EXTRACT_SUFX=	.tgz
12
MASTER_SITE_SUBDIR=	${PORTNAME}
14
13
15
MAINTAINER=	kuriyama@FreeBSD.org
14
MAINTAINER=	kuriyama@FreeBSD.org
16
COMMENT=	Resource compiler for Pilot applications
15
COMMENT=	Resource compiler for Pilot applications
17
16
18
WRKSRC=		${WRKDIR}/pilrc-${PORTVERSION}
17
WRKSRC=		${WRKDIR}/pilrc-${PORTVERSION}/unix
18
CONFIGURE_ARGS+=	--enable-pilrcui
19
19
20
USE_GNOME=	gtk12
20
USE_GNOME=	gtk12
21
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
(-)pilrc/distinfo (-1 / +2 lines)
Line 1 Link Here
1
MD5 (pilrc-2.9p9.tgz) = 3fba042b558ba9b2ada20ba5eff018c4
1
MD5 (pilrc-3.1.tar.gz) = bbfea963c4e34252f634c6a39a2578b8
2
SIZE (pilrc-3.1.tar.gz) = 249603
(-)pilrc/files/patch-Makefile.in (-21 lines)
Lines 1-21 Link Here
1
--- Makefile.in.orig	Sat May 26 23:22:08 2001
2
+++ Makefile.in	Tue Jun 26 12:55:12 2001
3
@@ -178,6 +178,9 @@
4
 	  rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
5
 	done
6
 
7
+.c.o:
8
+	$(COMPILE) -c $<
9
+
10
 .s.o:
11
 	$(COMPILE) -c $<
12
 
13
@@ -290,7 +293,7 @@
14
 
15
 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
16
 
17
--include $(DEP_FILES)
18
+#-include $(DEP_FILES)
19
 
20
 mostlyclean-depend:
21

Return to bug 64412