head	1.3;
access;
symbols
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2011.08.01.04.29.40;	author bapt;	state dead;
branches;
next	1.2;

1.2
date	2009.06.01.18.01.05;	author amdmi3;	state Exp;
branches;
next	1.1;

1.1
date	2003.10.17.11.22.54;	author vanilla;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Bye bye abandonwares (part 2)

2011-08-01 benchmarks/rawio: Looks like an abandonware, no more public distfiles
2011-08-01 benchmarks/tmetric: Looks like abandonware, no more public distfiles
2011-08-01 biology/L-Breeder: Looks like an abandonware, no more public distfile
2011-08-01 biology/crimap: Looks like an abandonware, no more public distfile
2011-08-01 biology/distribfold: No more upstream, looks like an abandonware
2011-08-01 biology/kinemage: Looks like an abandonware, no more public distfile
2011-08-01 biology/lsysexp: Looks like an abandonware, no more public distfile
2011-08-01 chinese/chm2html: Looks like an abandonware, no more public distfile
2011-08-01 chinese/ntuttf: No more public distfiles available
2011-08-01 chinese/reciteword: Looks like an abandonware, no more public distfile
2011-08-01 chinese/tocps: No more pulic distfiles
2011-08-01 chinese/xttmgr: Looks like an abandonware, no more public distfile
2011-08-01 comms/mserver: Looks like an abandonware, no more public distfiles
2011-08-01 comms/qicosi: Looks like an abandonware, no more public distfile
2011-08-01 comms/sms_client: Looks like an abandonware, no more public distfile
2011-08-01 comms/smstools: Looks like an abandonware, no more public distfile
2011-08-01 converters/siconv: Looks like an abandonware, no more public distfiles
2011-08-01 converters/utf8conv: Looks like an abandonware, no more public distfile
2011-08-01 databases/pgcluster: Looks like an abandonware, no more public distfile
2011-08-01 databases/py-MySQL: Please use databases/py-MySQLdb instead
2011-08-01 databases/py-SQLDict: Looks like an abandonware, no more public distfile
2011-08-01 databases/py-rrdpipe: Looks like an abandonware, no more public distfile
2011-08-01 databases/sybase_ase: no more public distfiles available
@
text
@--- Makefile.orig	2003-05-08 04:41:13.000000000 +0400
+++ Makefile	2009-06-01 21:24:03.000000000 +0400
@@@@ -1,16 +1,15 @@@@
-FREETYPE_BASE=/usr
-FREETYPE_INCL=$(FREETYPE_BASE)/include/freetype2
+FREETYPE_BASE=${LOCALBASE}
+FREETYPE_INCL=-I$(FREETYPE_BASE)/include/freetype2 -I$(FREETYPE_BASE)/include
 FREETYPE_LIB=$(FREETYPE_BASE)/lib
-prefix=/usr
+prefix=${PREFIX}
 
-CC=gcc
-CFLAGS=$(RPM_OPT_FLAGS) -Wall -pedantic -I$(FREETYPE_INCL)
+CFLAGS+=$(RPM_OPT_FLAGS) -Wall -pedantic $(FREETYPE_INCL)
 LDFALGS=-L$(FREETYPE_LIB) -lfreetype -lz
 
 all: xttmgr
 
 xttmgr: xttmgr.o
-	$(CC) -o $@@ $< $(LDFALGS)
+	$(CC) -o $@@ xttmgr.o $(LDFALGS)
 
 xttmgr.o: xttmgr.c
 
@@@@ -18,7 +17,7 @@@@
 	-rm -f *.o core xttmgr
 
 install:
-	-install -s -m 755 xttmgr $(DESTDIR)$(prefix)/sbin/xttmgr
+	-${BSD_INSTALL_PROGRAM} xttmgr $(DESTDIR)$(prefix)/bin/xttmgr
 
 uninstall:
 	-rm -f /usr/sbin/xttmgr
@


1.2
log
@- Respect PREFIX/LOCALBASE

Reported by:    QATty
@
text
@@


1.1
log
@Add xttmgr 0.9.6, a Big5/GB enhanced TrueType Font Manager.

PR:		58058
Submitted by:	Shen Chuan-Hsing <statue@@freebsd.sinica.edu.tw>
@
text
@d1 3
a3 3
--- Makefile.orig	Thu May  8 08:41:13 2003
+++ Makefile	Mon Jun 23 22:44:18 2003
@@@@ -1,16 +1,16 @@@@
d6 1
a6 1
+FREETYPE_BASE=/usr/local
d10 1
a10 1
+prefix=/usr/local
d12 1
a12 1
 CC=gcc
d14 1
a14 1
+CFLAGS=$(RPM_OPT_FLAGS) -Wall -pedantic $(FREETYPE_INCL)
d25 1
a25 1
@@@@ -18,7 +18,7 @@@@
d30 1
a30 1
+	-install -s -m 755 xttmgr $(DESTDIR)$(prefix)/bin/xttmgr
@

