2514bdf28c
I am now at FreeBSD dot org Approved by: sobomax
22 lines
371 B
Makefile
22 lines
371 B
Makefile
# New ports collection makefile for: trueprint
|
|
# Date created: 17 February 2000
|
|
# Whom: Dmitry Sivachenko <dima@Chg.RU>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= trueprint
|
|
PORTVERSION= 5.2
|
|
CATEGORIES= print
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
MASTER_SITE_SUBDIR= trueprint
|
|
|
|
MAINTAINER= demon@FreeBSD.org
|
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= trueprint.1
|
|
|
|
.include <bsd.port.mk>
|