1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/devel/t1lib/Makefile

24 lines
430 B
Makefile
Raw Normal View History

# New ports collection makefile for: libt1
# Date created: 13, May, 1999
# Whom: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
#
1999-08-25 05:57:29 +00:00
# $FreeBSD$
#
2000-04-14 05:44:42 +00:00
PORTNAME= t1lib
PORTVERSION= 1.0.1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= libs/graphics
MAINTAINER= ijliao@csie.nctu.edu.tw
WRKSRC= ${WRKDIR}/T1-1.0.1
USE_GMAKE= yes
USE_LIBTOOL= yes
USE_XLIB= yes
ALL_TARGET= without_doc
.include <bsd.port.mk>