trivial fake, fix port slightly.
This commit is contained in:
parent
77c3bc4d3f
commit
fa4fc9acec
@ -1,10 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2000/04/09 17:36:38 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2000/06/02 15:49:55 espie Exp $
|
||||
# $FreeBSD: Makefile,v 1.2 1996/11/18 11:27:58 asami Exp $
|
||||
|
||||
DISTNAME= giftrans
|
||||
PKGNAME= giftrans-1.12
|
||||
CATEGORIES= graphics
|
||||
FAKE=No
|
||||
MASTER_SITES= ftp://ftp.lab.kdd.co.jp/infosystems/misc/tools/
|
||||
|
||||
MAINTAINER= ports@openbsd.org
|
||||
@ -14,10 +13,8 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= "no fee"
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
CONFIGURE_ENV= X11BASE=${X11BASE}
|
||||
|
||||
do-build:
|
||||
(cd ${WRKSRC}; cc -O2 giftrans.c -o giftrans)
|
||||
cd ${WRKSRC} && cc ${CFLAGS} giftrans.c -o giftrans
|
||||
|
||||
do-install:
|
||||
@ ${INSTALL_PROGRAM} ${WRKSRC}/giftrans ${PREFIX}/bin
|
||||
|
Loading…
Reference in New Issue
Block a user