diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-11 05:37:39 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-11 05:37:39 +0000 |
commit | dbc8aa6cc1cb1abadce30cfe133c7a5c2ed2f34b (patch) | |
tree | deebef625a152490a0bbcb7e5602d05a59b1c010 /graphics/EZWGL | |
parent | c2e32ac36f406a78d4fb097baacb7fd65c4817d8 (diff) |
Notes
Diffstat (limited to 'graphics/EZWGL')
-rw-r--r-- | graphics/EZWGL/Makefile | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/graphics/EZWGL/Makefile b/graphics/EZWGL/Makefile index c0e794c31a07..fcdfa22d90fa 100644 --- a/graphics/EZWGL/Makefile +++ b/graphics/EZWGL/Makefile @@ -3,7 +3,7 @@ # Date created: 4 May 1998 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.10 1998/09/19 01:36:18 hoek Exp $ +# $Id: Makefile,v 1.11 1998/10/05 02:52:24 steve Exp $ # DISTNAME= EZWGL-1.39 @@ -21,6 +21,14 @@ WRKSRC= ${WRKDIR}/${PKGNAME} .include "files/manpages" +.include <bsd.port.pre.mk> + +.if ${PORTOBJFORMAT} == "elf" +VERSION= 1 +.else +VERSION= 1.3 +.endif + pre-install: -@ ${RM} ${WRKSRC}/examples/Makefile.orig -@ ${RM} ${WRKSRC}/examples/ExampleMsg @@ -49,10 +57,4 @@ do-install: post-install: ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib -.include <bsd.port.mk> - -.if ${PORTOBJFORMAT} == "elf" -VERSION= 1 -.else -VERSION= 1.3 -.endif +.include <bsd.port.post.mk> |