diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1998-05-02 18:02:44 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1998-05-02 18:02:44 +0000 |
commit | 3da9d946fe49d40c3894e6250de91ab63863109e (patch) | |
tree | bac1039f25089673a3324b4ff10e4ec939a1d9f1 /games/libshhcards/Makefile | |
parent | 61498cf957665cd36d306942c4c7fe196d0145f6 (diff) |
Notes
Diffstat (limited to 'games/libshhcards/Makefile')
-rw-r--r-- | games/libshhcards/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/games/libshhcards/Makefile b/games/libshhcards/Makefile new file mode 100644 index 000000000000..da44effb62ae --- /dev/null +++ b/games/libshhcards/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: libshhcards +# Version required: 1.0.3 +# Date created: 12 April 1998 +# Whom: Andrey Zakhvatov +# +# $Id: Makefile,v 1.1.1.1 1998/05/02 02:35:47 mph Exp $ +# + +DISTNAME= shhcards-1.0.3 +PKGNAME= libshhcards-1.0.3 +CATEGORIES= devel +MASTER_SITES= http://www.computas.no/users/shh/pub-unix/files/ \ + http://www.freebsd.org/~mph/distfiles/ + +MAINTAINER= andy@icc.surw.chel.su + +USE_GMAKE= yes +USE_X11= yes + +do-install: + @ ${INSTALL_DATA} ${WRKSRC}/shhcards.h ${PREFIX}/include + @ ${INSTALL_DATA} ${WRKSRC}/libshhcards.so.1.0.3 ${PREFIX}/lib + @ ln -s ${PREFIX}/lib/libshhcards.so.1.0.3 ${PREFIX}/lib/libshhcards.so + @ ${MKDIR} ${PREFIX}/share/doc/libshhcards + @ ${INSTALL_DATA} ${WRKSRC}/CREDITS ${PREFIX}/share/doc/libshhcards + @ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/libshhcards + +.include <bsd.port.mk> |