1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/net/tn5250/Makefile
Maxim Sobolev 61ebd322a2 Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
just cun'n'pasted the name from Satoshi's commit message without checking
it.

Hall of shame entry:	sobomax
2000-06-16 08:19:52 +00:00

21 lines
395 B
Makefile

# New ports collection makefile for: tn5250
# Date created: 20 January 2000
# Whom: Elias Mandouvalos <ocean@compulink.gr>
#
# $FreeBSD$
#
PORTNAME= tn5250
PORTVERSION= 0.15.8
CATEGORIES= net
MASTER_SITES= ftp://cvs.cleveland.lug.net/pub/tn5250/
MAINTAINER= ports@FreeBSD.org
USE_LIBTOOL= yes
INSTALLS_SHLIBS= yes
MAN1= scs2ascii.1 scs2pdf.1 tn5250.1 lp5250d.1
.include <bsd.port.mk>