summaryrefslogblamecommitdiff
path: root/print/poster/Makefile
blob: e42838eaf91fb9df69750c4f583981b1d0e64abf (plain) (tree)
1
2
3
4
5
6
7
8
9
                                              





                                                          

                      

                                                              
                      
 
                                  










                                                                    
# New ports collection makefile for:	poster
# Date created:		15 January 2000
# Whom:			Yoshiro MIHIRA <sanpei@sanpei.org>
#
# $FreeBSD$
#

PORTNAME=	poster
PORTVERSION=	1.0
CATEGORIES=	print
MASTER_SITES=	ftp://ftp.ics.ele.tue.nl/pub/users/jos/poster/
DISTNAME=	poster

MAINTAINER=	sanpei@FreeBSD.org

ALL_TARGET=	poster
NO_WRKSUBDIR=	yes

MAN1=		poster.1

do-install:
	@${INSTALL_PROGRAM} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin
	@${INSTALL_DATA} ${WRKSRC}/${DISTNAME}.1 ${PREFIX}/man/man1/

.include <bsd.port.mk>