summaryrefslogblamecommitdiff
path: root/graphics/giftool/Makefile
blob: 5f6fd701d6465e992f9adc970fcc468be6feda14 (plain) (tree)
1
2
3
4
5
6
7
8
9
10




                                                                  
                                                     



                           
                        



                                                               
                           

















                                                                                    
# New ports collection makefile for:   giftool
# Version required:    0.9
# Date created:        14 October 1996
# Whom:                Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
# $Id: Makefile,v 1.2 1996/11/18 11:27:51 asami Exp $
#

DISTNAME=	giftool
PKGNAME=        giftool-0.9
CATEGORIES=	graphics
MASTER_SITES=   ftp://ftp.huie.hokudai.ac.jp/pub/tool/graphics/

MAINTAINER=	Nakai@Mlab.t.u-tokyo.ac.jp

NO_CDROM=	"Shareware"

NO_WRKSUBDIR=	yes
ALL_TARGET=	giftool

do-install:
	@ ${INSTALL_PROGRAM} ${WRKSRC}/giftool ${PREFIX}/bin
	@ ${MKDIR} -p ${PREFIX}/share/doc/giftool
	@ for file in COPYRIGHT README; do \
		${INSTALL_DATA} ${WRKSRC}/$$file ${PREFIX}/share/doc/giftool; \
	done
	@ ${INSTALL_DATA} ${FILESDIR}/post-install-notes ${PREFIX}/share/doc/giftool

post-install:
.if !defined(BATCH)
	@ more -e ${FILESDIR}/post-install-notes
.endif

.include <bsd.port.mk>