aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/stamp/Makefile
blob: a10b3ec25f58c631a6c594e7ca8d6c2f8f7dfa1a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# New ports collection makefile for:    stamp
# Version required: 0.610
# Date created: 11 August 1998
# Whom:     Bill Fumerola <billf@chc-chimes.com>
#
# $Id: Makefile,v 1.3 1998/12/29 18:22:57 billf Exp $
#

DISTNAME=   stamp
PKGNAME=    stamp-0.61
CATEGORIES= graphics
MASTER_SITES=   http://www.telepath.com/booger/

MAINTAINER= billf@FreeBSD.org

BROKEN=     "distfile is gone, new distfile requires getopt solution"

LIB_DEPENDS=    jpeg.9:${PORTSDIR}/graphics/jpeg

ALL_TARGET=

post-patch:
    ${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.old
    ${SED} -e 's#/usr/local#${PREFIX}#' ${WRKSRC}/Makefile.old >> ${WRKSRC}/Makefile

post-install:
    strip ${PREFIX}/bin/stamp

.include <bsd.port.mk>