diff options
author | sf <sf@FreeBSD.org> | 2001-01-21 18:58:37 +0000 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-01-21 18:58:37 +0000 |
commit | 6c092089a25b3092734e8d8c1ef4ae815cd92990 (patch) | |
tree | d2bf9a6103a28e523a35f46287fff5edf71fa7f6 /emulators | |
parent | 73298ff29b6c66e771db73ba2611d9fc00dd647a (diff) | |
download | FreeBSD-ports-6c092089a25b3092734e8d8c1ef4ae815cd92990.zip FreeBSD-ports-6c092089a25b3092734e8d8c1ef4ae815cd92990.tar.gz |
o NOPORTDOCS.
o avoid forcing to link against -lxpg4.
$(GTK_CONFIG) --libs does the job.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xsystem35/files/patch-af | 14 | ||||
-rw-r--r-- | emulators/xsystem35/pkg-plist | 30 |
2 files changed, 26 insertions, 18 deletions
diff --git a/emulators/xsystem35/files/patch-af b/emulators/xsystem35/files/patch-af index 33be56d..367c5af 100644 --- a/emulators/xsystem35/files/patch-af +++ b/emulators/xsystem35/files/patch-af @@ -1,6 +1,14 @@ --- Imakefile.orig Sun Jan 9 02:23:15 2000 -+++ Imakefile Wed Nov 1 12:13:37 2000 -@@ -160,13 +160,13 @@ ++++ Imakefile Sun Jan 21 15:45:27 2001 +@@ -28,7 +28,6 @@ + OSDEPDEF = -DUSE_OSS + OSDEPINC = -I/usr/local/lib/oss/include + ****/ +-OSDEPLIB = -lxpg4 + CDROM_S = cdrom.FreeBSD + AUDIO_IO = audioIO_oss + JOY_S = joystick_dmy +@@ -160,13 +159,13 @@ /* * include / library / definition */ @@ -16,7 +24,7 @@ EXTRA_DEFINES = $(OSDEPDEF) /* -@@ -196,4 +196,4 @@ +@@ -196,4 +195,4 @@ /* * install program */ diff --git a/emulators/xsystem35/pkg-plist b/emulators/xsystem35/pkg-plist index ec8cc64..6d0746d 100644 --- a/emulators/xsystem35/pkg-plist +++ b/emulators/xsystem35/pkg-plist @@ -1,19 +1,19 @@ bin/instgame bin/xsystem35 -share/doc/ja/xsystem35/BUGS -share/doc/ja/xsystem35/ChangeLog -share/doc/ja/xsystem35/FAQ -share/doc/ja/xsystem35/GRFMT.TXT -share/doc/ja/xsystem35/INSTALL -share/doc/ja/xsystem35/MISCGAME.TXT -share/doc/ja/xsystem35/README -share/doc/ja/xsystem35/README.color -share/doc/ja/xsystem35/README.joystick -share/doc/ja/xsystem35/README.miko -share/doc/ja/xsystem35/README.music -share/doc/ja/xsystem35/README.pastel -share/doc/ja/xsystem35/THANKS -share/doc/ja/xsystem35/TODO +%%PORTDOCS%%share/doc/ja/xsystem35/BUGS +%%PORTDOCS%%share/doc/ja/xsystem35/ChangeLog +%%PORTDOCS%%share/doc/ja/xsystem35/FAQ +%%PORTDOCS%%share/doc/ja/xsystem35/GRFMT.TXT +%%PORTDOCS%%share/doc/ja/xsystem35/INSTALL +%%PORTDOCS%%share/doc/ja/xsystem35/MISCGAME.TXT +%%PORTDOCS%%share/doc/ja/xsystem35/README +%%PORTDOCS%%share/doc/ja/xsystem35/README.color +%%PORTDOCS%%share/doc/ja/xsystem35/README.joystick +%%PORTDOCS%%share/doc/ja/xsystem35/README.miko +%%PORTDOCS%%share/doc/ja/xsystem35/README.music +%%PORTDOCS%%share/doc/ja/xsystem35/README.pastel +%%PORTDOCS%%share/doc/ja/xsystem35/THANKS +%%PORTDOCS%%share/doc/ja/xsystem35/TODO share/examples/xsystem35/README.TXT share/examples/xsystem35/ambi.inf share/examples/xsystem35/atlach.inf @@ -41,5 +41,5 @@ share/examples/xsystem35/toushin.inf share/examples/xsystem35/toushin2.inf share/examples/xsystem35/xsys35rc.sample share/examples/xsystem35/zero.inf -@dirrm share/doc/ja/xsystem35 +%%PORTDOCS%%@dirrm share/doc/ja/xsystem35 @dirrm share/examples/xsystem35 |