mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-30 21:49:25 +00:00
408d947ae6
PR: 12840 Submitted by: maintainer
23 lines
472 B
Makefile
23 lines
472 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>
|
|
#
|
|
# $Id: Makefile,v 1.2 1999/06/08 21:59:37 steve Exp $
|
|
#
|
|
|
|
DISTNAME= t1lib-0.9.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
MASTER_SITE_SUBDIR= libs/graphics
|
|
|
|
MAINTAINER= ijliao@csie.nctu.edu.tw
|
|
|
|
WRKSRC= ${WRKDIR}/T1-0.9.1
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
ALL_TARGET= without_doc
|
|
|
|
.include <bsd.port.mk>
|