head	1.2;
access;
symbols
	RELEASE_5_4_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2005.05.22.16.43.56;	author jylefort;	state dead;
branches;
next	1.1;

1.1
date	2005.01.13.20.54.12;	author pav;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Update to 1.02 [1]
- Do not use optimization CFLAGS
- OPTIONSify
- When WITH_DOCS is defined, do not run-depend on ghostscript-gnu (the
  user is free to use his favorite pdf viewer)
- Sort pkg-plist

PR:		ports/81356 [1]
Submitted by:	maintainer [1]
@
text
@--- demos/test/makefile.orig	Mon Jan 10 16:35:45 2005
+++ demos/test/makefile	Mon Jan 10 16:35:58 2005
@@@@ -19,7 +19,7 @@@@
 #CCMALLOC = -lccmalloc -ldl
 
 test: $(OBJECTS)
-	$(CC) $(CFLAGS) $(OBJECTS) /usr/lib/libtomcrypt.a  $(CCMALLOC) -o test
+	$(CC) $(CFLAGS) $(OBJECTS) $(PREFIX)/lib/libtomcrypt.a  $(CCMALLOC) -o test
 	
 clean:
 	rm -rf test *.o *.obj *.exe *~	.libs
@


1.1
log
@- Update to 1.0

PR:		ports/76185
Submitted by:	Wesley Shields <wxs@@csh.rit.edu>
Approved by:	Jonatan B <onatan@@gmail.com> (maintained)
@
text
@@

