mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
820767b85a
PR: 15432 Submitted by: OKAZAKI Tetsurou <okazaki@be.to>
25 lines
461 B
Makefile
25 lines
461 B
Makefile
# New ports collection makefile for: libt1
|
|
# Version required: 0.9
|
|
# Date created: 13, May, 1999
|
|
# Whom: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= t1lib-0.9.2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
MASTER_SITE_SUBDIR= libs/graphics
|
|
|
|
MAINTAINER= ijliao@csie.nctu.edu.tw
|
|
|
|
WRKSRC= ${WRKDIR}/T1-0.9.2
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_XLIB= yes
|
|
ALL_TARGET= without_doc
|
|
|
|
.include <bsd.port.mk>
|