mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
20 lines
369 B
Makefile
20 lines
369 B
Makefile
# Created by: Udo Schweigert
|
|
# $FreeBSD: head/mail/mutt/Makefile 396802 2015-09-13 09:18:09Z riggs $
|
|
|
|
PORTNAME= psftools
|
|
PORTVERSION= 1.1.10
|
|
CATEGORIES+= print system
|
|
MASTER_SITES+= http://www.seasip.info/Unix/PSF/
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-1.0.10
|
|
|
|
MAINTAINER= onborodin@gmai.com
|
|
COMMENT= Font tools
|
|
|
|
USES+= gmake
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|
|
#EOF
|