mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
23 lines
365 B
Makefile
23 lines
365 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= dima@Chg.RU
|
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= trueprint.1
|
|
|
|
.include <bsd.port.mk>
|