mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update to version 1.0.
PR: 15443 Submitted by: Mario Sergio Fujikawa Ferreira <lioux@linf.unb.br>
This commit is contained in:
parent
418fce99bf
commit
80c349bc2d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24027
3 changed files with 8 additions and 10 deletions
|
@ -1,19 +1,19 @@
|
|||
# New ports collection makefile for: libt1
|
||||
# Version required: 0.9
|
||||
# Version required: 1.0
|
||||
# Date created: 13, May, 1999
|
||||
# Whom: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= t1lib-0.9.2
|
||||
DISTNAME= t1lib-1.0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
||||
MASTER_SITE_SUBDIR= libs/graphics
|
||||
|
||||
MAINTAINER= ijliao@csie.nctu.edu.tw
|
||||
|
||||
WRKSRC= ${WRKDIR}/T1-0.9.2
|
||||
WRKSRC= ${WRKDIR}/T1-1.0
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (t1lib-0.9.2.tar.gz) = 31c85ba473ca9cfbd9c3948d556236e7
|
||||
MD5 (t1lib-1.0.tar.gz) = 0615be475ff42e6f47f1ce77ce29a195
|
||||
|
|
|
@ -5,10 +5,8 @@ include/t1libx.h
|
|||
lib/libt1.a
|
||||
lib/libt1x.a
|
||||
lib/libt1.so
|
||||
lib/libt1.so.9
|
||||
lib/libt1.so.1
|
||||
lib/libt1x.so
|
||||
lib/libt1x.so.9
|
||||
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
|
||||
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|
||||
share/t1lib-0.9/t1lib.config
|
||||
@dirrm share/t1lib-0.9
|
||||
lib/libt1x.so.1
|
||||
share/t1lib/t1lib.config
|
||||
@dirrm share/t1lib
|
||||
|
|
Loading…
Add table
Reference in a new issue